Skip to content

Is GPU meant to be blank in System Info when using DirectML? #695

Answered by vladmandic
brknsoul asked this question in Q&A
Discussion options

You must be logged in to vote

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".

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by brknsoul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants