Is GPU meant to be blank in System Info when using DirectML? #695
-
The GPU line in the System Info tab is blank; It's definitely not running on CPU, since CPU gens take ages. Is this normal behaviour when running in Windows 10? Windows 10, AMD RX 6600 XT 8Gb. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
DirectML uses DirectX to perform calculations. And DirectX can run on GPU or CPU. |
Beta Was this translation helpful? Give feedback.
DirectML uses DirectX to perform calculations. And DirectX can run on GPU or CPU.
But when using DirectML, there is no way to check internals - what is actually being used? To app, it "just works", it doesn't even know what its running on.
If you have nVidia card with CUDA detected, app will try to use that. If you have AMD with ROCm, app will try to use that.
But if you have GPU or CPU that is not detected, running using DirectX may or may not be better than working purely on CPU - its basically "let DirectX decide".