blob: 00d008b955df9a1ad1d7939b49f22a899c5928dc [file] [log] [blame]
diff --git a/clvk/src/device.hpp b/clvk/src/device.hpp
index 9e92205..8b9e2cd 100644
--- a/clvk/src/device.hpp
+++ b/clvk/src/device.hpp
@@ -37,7 +37,7 @@ struct cvk_vulkan_extension_functions {
#define MAKE_NAME_VERSION(major, minor, patch, name) \
cl_name_version { CL_MAKE_VERSION(major, minor, patch), name }
-static cl_version gOpenCLVersion = CL_MAKE_VERSION(3, 0, 0);
+static cl_version gOpenCLVersion = CL_MAKE_VERSION(1, 2, 0);
static cl_version gOpenCLCVersion = CL_MAKE_VERSION(1, 2, 0);
static constexpr bool devices_support_images() { return true; }