Choosing a device for Direct ML provider #14840
Unanswered
smirnov-alexey
asked this question in
Other Q&A
Replies: 1 comment
-
To specify which device to use, you can use
To discover which devices are possible, you can use DXGIs
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm writing a C++ sample using ONNXRT only and trying to utilize Direct ML execution provider. I have a couple of discrete GPUs and an integrated one. How do I specify which device I want to use for ONNXRT and/or DML? How to discover devices except for
get_device()
? Thank you!Beta Was this translation helpful? Give feedback.
All reactions