torch.cuda.is_available() returns False on Intel GPU #199
Unanswered
DmitrySvit
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Intel GPU? But ZLUDA only supports AMD GPU
sob., 6 kwi 2024, 12:52 użytkownik DmitrySvit ***@***.***>
napisał:
… I'm using PyTorch with ZLUDA to enable CUDA compatibility on my Intel GPU,
but I'm encountering an issue where torch.cuda.is_available() returns
False, indicating that CUDA isn't recognized by PyTorch despite ZLUDA's
presence. This is preventing me from leveraging GPU acceleration in my
PyTorch models. Has anyone encountered this issue and found a workaround or
solution to ensure PyTorch recognizes the CUDA emulation provided by ZLUDA?
—
Reply to this email directly, view it on GitHub
<#199>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJGQ2C34IXT3UBI4MLQONLY37HV3AVCNFSM6AAAAABF2LEBDCVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGQ3DOMJQGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using PyTorch with ZLUDA to enable CUDA compatibility on my Intel GPU, but I'm encountering an issue where torch.cuda.is_available() returns False, indicating that CUDA isn't recognized by PyTorch despite ZLUDA's presence. This is preventing me from leveraging GPU acceleration in my PyTorch models. Has anyone encountered this issue and found a workaround or solution to ensure PyTorch recognizes the CUDA emulation provided by ZLUDA?
Beta Was this translation helpful? Give feedback.
All reactions