- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi! I'm trying to run the example CPU opencl project on Visual Studio 2019, but I found that it is not able to find the CPU platform. I've installed the opencl SDK and GPU works fine. Any help would be appreciated. Thanks!
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi Connie,
Can you check your devices availability with clinfo tool? You can download it here.
This might be issues with your CPU drivers.
Best regards,
Sergey
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi Sergey,
clinfo is only able to find the GPU platform but not CPU. I'm wondering which CPU driver should I download? I'm having i7-7500U. Thank you!
Best,
Connie
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi Connie,
You can download any CPU Runtime, which is applicable for your CPU device.
Basically, CPU driver was as component in OpenCL SDK package. Try to run modify install of OpenCL SDK and check it there.
Note that CPU Driver installation can show you message about GPU Driver and CPU Driver won't install.
In this case, remove/detach GPU driver and install it for CPU. After that, attach or install again your GPU driver.
Best regards,
Sergey
