Changes between Version 20 and Version 21 of AppPlanSpec
- Timestamp:
- Jul 25, 2014, 12:00:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlanSpec
v20 v21 55 55 === Fields for GPU apps === 56 56 57 <gpu_type>X</gpu_type>:: the GPU type ('''nvidia''', '''amd''', or '''intel''') 57 Required: 58 <gpu_type>X</gpu_type>:: the GPU type (generally '''nvidia''', '''amd''', or '''intel''') 59 60 Optional: 58 61 <cpu_frac>x</cpu_frac>:: the fraction of total FLOPs that are done by the CPU. 59 62 This is used to calculate CPU usage and estimated FLOPS. 63 Default 0.1. 60 64 <min_gpu_ram_mb>x</min_gpu_ram_mb>:: The minimum amount of GPU RAM. 61 65 This is needed because older clients report total RAM … … 63 67 <gpu_ram_used_mb>x</gpu_ram_used_mb>:: require this much available GPU RAM 64 68 <gpu_peak_flops_scale>x</gpu_peak_flops_scale>:: scale GPU peak speed by this (default 1). 65 <ngpus>x</ngpus>:: how many GPUs will be used 69 <ngpus>x</ngpus>:: how many GPUs will be used (possibly fractional); default 1. 66 70 <min_driver_version>x</min_driver_version>:: minimum display driver version. 67 71 AMD driver versions are represented as MMmmRRRR.