Skip to content

Commit

Permalink
Fix another version unsupported error
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed May 17, 2016
1 parent cd71223 commit 7281f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c_wrapper/device.cpp
Expand Up @@ -301,6 +301,6 @@ device__create_sub_devices(clobj_t _dev, clobj_t **_devs,
*_devs = devs.release();
});
#else
PYOPENCL_UNSUPPORTED(clCreateImage, "CL 1.1 and below")
PYOPENCL_UNSUPPORTED_BEFORE(clCreateSubDevices, "CL 1.2")
#endif
}

0 comments on commit 7281f9a

Please sign in to comment.