OpenCL minimum version is 1.2

We use CL_MAP_WRITE_INVALIDATE, and I think one other feature which
both require v1.2 minimum
This commit is contained in:
2025-11-12 13:02:15 -04:00
parent 96e64e24b8
commit 33b534355a
2 changed files with 4 additions and 4 deletions
@@ -8,7 +8,7 @@
#include <functional>
#include <iostream>
#include <stdexcept>
#define CL_TARGET_OPENCL_VERSION 300
#define CL_TARGET_OPENCL_VERSION 120
#include <CL/cl.h>
#include <asynchronousLoop.h>
#include <callback.h>