- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Getting following error while while trying to get Max group size on Intel Skylake. Can anyone please suggest what should I do ?
Error : terminate called after throwing an instance of 'cl::sycl::runtime_error'
what(): No device of requested type available.
Program :
#include <CL/sycl.hpp>
using namespace cl::sycl;
int main() {
gpu_selector selector;
queue q(selector);
// Print the device name
std::cout << "Device: " << q.get_device().get_info<info::device::name>() << std::endl;
std::cout << "Device: Max work group size: " << q.get_device().get_info<info::device::max_work_group_size>() << std::endl;
return 0;
}
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello OmJadhav
Thank you for posting on the Intel
In order to have a better understanding of your issue, please share with us the following information:
- Which processor are you using?
- Is this for a software development project?
- Which programming language are you using?
Regards,
Deivid A.
Intel Customer Support Technician
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello OmJadhav,
Were you able to check the previous post and get the information requested? Please let me know if you need more assistance.
Regards,
Deivid A.
Intel Customer Support Technician
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello OmJadhav,
We have not heard back from you, so we will close this inquiry. If you need further assistance or if you have additional questions, please create a new thread and we will gladly assist you.
Regards,
Deivid A.
Intel Customer Support Technician
