log in |
Message boards : Number crunching : Cuda100 vs Cuda 120 Wus
Author | Message |
---|---|
I dont want to have Cuda100 Wus on my GTX 2080ti. But how can i realize that? | |
ID: 9220 · Rating: 0 · rate: / Reply Quote | |
I dont want to have Cuda100 Wus on my GTX 2080ti. But how can i realize that? Its a plan_class thing which the server controlled. Perhaps driver 525.60 could help not to decide to switch or an app_config could help. Here is a snipped of the plan_class_spec: <plan_class>
<name>cuda100</name>
<gpu_type>nvidia</gpu_type>
<cuda/>
<min_cuda_version>10000</min_cuda_version>
<min_nvidia_compcap>300</min_nvidia_compcap>
<max_nvidia_compcap>705</max_nvidia_compcap>
<min_driver_version>41048</min_driver_version>
<min_gpu_ram_mb>384</min_gpu_ram_mb>
<gpu_ram_used_mb>384</gpu_ram_used_mb>
<gpu_peak_flops_scale>0.22</gpu_peak_flops_scale>
<cpu_frac>0.01</cpu_frac>
</plan_class>
<plan_class>
<name>cuda111</name>
<gpu_type>nvidia</gpu_type>
<cuda/>
<min_cuda_version>11000</min_cuda_version>
<max_cuda_version>11090</max_cuda_version>
<min_driver_version>45532</min_driver_version>
<min_gpu_ram_mb>384</min_gpu_ram_mb>
<gpu_ram_used_mb>384</gpu_ram_used_mb>
<gpu_peak_flops_scale>0.22</gpu_peak_flops_scale>
<cpu_frac>0.01</cpu_frac>
</plan_class>
<plan_class>
<name>cuda112</name>
<gpu_type>nvidia</gpu_type>
<cuda/>
<min_cuda_version>11000</min_cuda_version>
<max_cuda_version>11090</max_cuda_version>
<min_nvidia_compcap>800</min_nvidia_compcap>
<max_nvidia_compcap>808</max_nvidia_compcap>
<min_driver_version>46027</min_driver_version>
<min_gpu_ram_mb>384</min_gpu_ram_mb>
<gpu_ram_used_mb>384</gpu_ram_used_mb>
<gpu_peak_flops_scale>0.22</gpu_peak_flops_scale>
<cpu_frac>0.01</cpu_frac>
</plan_class>
<plan_class>
<name>cuda120</name>
<gpu_type>nvidia</gpu_type>
<cuda/>
<min_cuda_version>12000</min_cuda_version>
<max_cuda_version>13000</max_cuda_version>
<min_nvidia_compcap>600</min_nvidia_compcap>
<min_driver_version>52560</min_driver_version>
<min_gpu_ram_mb>384</min_gpu_ram_mb>
<gpu_ram_used_mb>384</gpu_ram_used_mb>
<gpu_peak_flops_scale>0.22</gpu_peak_flops_scale>
<cpu_frac>0.01</cpu_frac>
</plan_class> Its a hard trial and get thing to get all cards under control, too many drivers and cuda versions. If we can make things better Iam always open for better optimisations. | |
ID: 9221 · Rating: 0 · rate: / Reply Quote | |
I am running Nvidia driver 545.84 under Win 10 with newest updates. | |
ID: 9222 · Rating: 0 · rate: / Reply Quote | |
I am running Nvidia driver 545.84 under Win 10 with newest updates. Sorry to hear that. I made a change on the plan_class_spec which cuda100 should only be for cards with max compute cap 6.0. 7.5+ is for your card but need cuda12. If this is not working I will write an app_config. | |
ID: 9223 · Rating: 0 · rate: / Reply Quote | |
<app_config>
<app_version>
<app_name>TF</app_name>
<plan_class>cuda120</plan_class>
<min_gpu_ram_mb>384</min_gpu_ram_mb>
<gpu_ram_used_mb>384</gpu_ram_used_mb>
<gpu_peak_flops_scale>0.22</gpu_peak_flops_scale>
<cpu_frac>0.01</cpu_frac>
</app_version>
</app_config> untested | |
ID: 9224 · Rating: 0 · rate: / Reply Quote | |
Thx, rebirther | |
ID: 9227 · Rating: 0 · rate: / Reply Quote | |
Message boards :
Number crunching :
Cuda100 vs Cuda 120 Wus