TensorFlow 2.10 device enumeration failed on Intel(R) HD Graphics 5500
See original GitHub issueI’ve tried everything. But still DirectML device enumeration: found 0 compatible adapters.
Issue Analytics
- State:
- Created 10 months ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
GPU needed for installing tensorflow - Stack Overflow
I am thinking of installing tensorflow gpu for ubuntu but I am a bit lost on the nvidia aspect. My laptop's graphics card...
Read more >Using TensorFlow with Intel GPU
At this moment, the answer is no. Tensorflow uses CUDA which means only NVIDIA GPUs are supported. For OpenCL support, you can track...
Read more >Search Results - CVE
The Splunk Enterprise REST API allows enumeration of usernames via the lockout error message. The potential vulnerability impacts Splunk Enterprise instances ...
Read more >Zero-overhead Device Sharing through PCIe Networking
During the enumeration, switch ports are assigned the combined address range of their downstream devices (Figure 6). This allows memory transactions to be ......
Read more >vocab-2016-09-10.txt - TensorFlow
... missed laws equipment arrest shown 35 airport fine tournament Spain eventually fifth supply ones produced ban Lee _ join Chris failure ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @sabbir2609, sorry for the late reply. You’re likely seeing this error because the TensorFlow-DirectML plugin is only supported on Intel HD Graphics 5xx GPUs (Gen 9) or newer. The 5500 unfortunately is from an older generation and doesn’t have full Direct3D 12 support, so it won’t be able to work with the plugin.
@sabbir2609 Ah, TF issues more appropriately go to https://github.com/microsoft/tensorflow-directml-plugin/issues.
FYI @PatriceVignola and @maggie1059.