Skip to content

Commit f0676ef

Browse files
committed
fix: change vendor id for pocl
1 parent 2281ab3 commit f0676ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opencl/cl_accelerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ namespace spla {
119119
auto dev_type = m_device.getInfo<CL_DEVICE_TYPE>();
120120
auto m_platform_name = m_platform.getInfo<CL_PLATFORM_NAME>();
121121

122-
if ((m_vendor_id == 65538 ||
122+
if ((m_vendor_id == 65542 ||
123123
m_vendor_name.find("pocl") != std::string::npos ||
124124
m_vendor_name.find("POCL") != std::string::npos ||
125125
m_vendor_name.find("PoCL") != std::string::npos ||

0 commit comments

Comments
 (0)