- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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;
}
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page