We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2281ab3 commit f0676efCopy full SHA for f0676ef
src/opencl/cl_accelerator.cpp
@@ -119,7 +119,7 @@ namespace spla {
119
auto dev_type = m_device.getInfo<CL_DEVICE_TYPE>();
120
auto m_platform_name = m_platform.getInfo<CL_PLATFORM_NAME>();
121
122
- if ((m_vendor_id == 65538 ||
+ if ((m_vendor_id == 65542 ||
123
m_vendor_name.find("pocl") != std::string::npos ||
124
m_vendor_name.find("POCL") != std::string::npos ||
125
m_vendor_name.find("PoCL") != std::string::npos ||
0 commit comments