Skip to content

Commit

Permalink
fix reported version
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Nov 8, 2024
1 parent 4f44d35 commit 6d88078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/99_svmplusplus/emulate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "emulate.h"

static constexpr cl_version version_cl_khr_unified_svm =
CL_MAKE_VERSION(0, 1, 11);
CL_MAKE_VERSION(0, 2, 0);

static cl_svm_capabilities_khr getDeviceUSMCaps(cl_device_id device)
{
Expand Down

0 comments on commit 6d88078

Please sign in to comment.