Replies: 1 comment 3 replies
-
You may end up using GPU all the time. Can you check if GPU is on for your use cases? You can do that through looking into the logs that mentioning CPU/GPU, or get the current device from |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I ran TrainMnist example both on GPU 1.8.0-cu102mkl-win-x86_64 (cuda arch 61) and on CPU 1.8.0-mkl-win-x86_64 and the speed was the same. In first case Windows showed that 1GB of video memory was used and 40% Cuda used, java consumed CPU 2 cores.
If second - java consumed 4 cpu cores but speed was the same "speed: 1548,56 items/sec".
Is it normal or I had some problems with GPU configuration?
Beta Was this translation helpful? Give feedback.
All reactions