Need help: Utilize multi-GPUs using DirectML. #518
Closed
lshqqytiger
started this conversation in
General
Replies: 1 comment 5 replies
-
2x 3060Ti |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am a new contributer working on DirectML tree.
I want to find out whether it is able to move tensors between different/same vendors of GPUs.
I have a AMD card, and also NVIDIA one, but NVIDIA one is too old to run DirectML. (it does not support DirectX12 fully)
If you have any two GPUs (vendor is not important! just ought to support DirectX12. including iGPUs),
please run code below and attach screenshot of the result!
Before run test code, you should install
torch-directml
.Then, using python interpreter, run the code below.
(Some Intel iGPU cannot print tensors)
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions