Skip to content

Commit 6d88078

Browse files
committed
fix reported version
1 parent 4f44d35 commit 6d88078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layers/99_svmplusplus/emulate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "emulate.h"
2121

2222
static constexpr cl_version version_cl_khr_unified_svm =
23-
CL_MAKE_VERSION(0, 1, 11);
23+
CL_MAKE_VERSION(0, 2, 0);
2424

2525
static cl_svm_capabilities_khr getDeviceUSMCaps(cl_device_id device)
2626
{

0 commit comments

Comments
 (0)