GUIのGPUという表記を全てCUDAに置き換えた

This commit is contained in:
lltcggie 2015-06-05 01:46:18 +09:00
parent 97ea55c08f
commit a17692093b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -492,7 +492,7 @@ private:
if (p == "cpu")
p = "CPU";
else if (p == "gpu")
p = "GPU";
p = "CUDA";
else if (p == "cudnn")
p = "cuDNN";