We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f44d35 commit 6d88078Copy full SHA for 6d88078
1 file changed
layers/99_svmplusplus/emulate.cpp
@@ -20,7 +20,7 @@
20
#include "emulate.h"
21
22
static constexpr cl_version version_cl_khr_unified_svm =
23
- CL_MAKE_VERSION(0, 1, 11);
+ CL_MAKE_VERSION(0, 2, 0);
24
25
static cl_svm_capabilities_khr getDeviceUSMCaps(cl_device_id device)
26
{
0 commit comments