Changes between Version 16 and Version 17 of AppPlanSpec
- Timestamp:
- Jun 5, 2014, 12:16:11 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlanSpec
v16 v17 60 60 <cuda/>:: CUDA application (NVIDIA) 61 61 <cal/>:: CAL application (AMD) 62 <opencl/>:: OpenCL application63 62 <gpu_utilization_tag>x</gpu_utilization_tag>:: you can use a project-specific preferences to let users 64 63 scale the # of GPUs used. … … 113 112 <max_cuda_version>MMmmm</max_cuda_version>:: maximum CUDA version 114 113 115 Fields for OpenCL apps 114 Fields for OpenCL apps (CPU or GPU) 116 115 116 <opencl/>:: include this for OpenCL applications 117 117 <min_opencl_version>MMmm</min_opencl_version>:: minimum OpenCL version 118 118 <max_opencl_version>MMmm</max_opencl_version>:: maximum OpenCL version … … 137 137 <avg_ncpus>x</avg_ncpus>:: average # CPUs used. Use for non-compute-intensive apps; 138 138 for others it's calculated for you. 139