summaryrefslogtreecommitdiff
path: root/samples/tuning_api.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samples/tuning_api.cpp')
-rw-r--r--samples/tuning_api.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/tuning_api.cpp b/samples/tuning_api.cpp
index f92b6909..ea75c7f9 100644
--- a/samples/tuning_api.cpp
+++ b/samples/tuning_api.cpp
@@ -20,8 +20,8 @@
#define CL_USE_DEPRECATED_OPENCL_1_2_APIS // to disable deprecation warnings
// Includes the C++ OpenCL API. If not yet available, it can be found here:
-// https://www.khronos.org/registry/cl/api/1.1/cl.hpp
-#include "cl.hpp"
+// https://raw.githubusercontent.com/KhronosGroup/OpenCL-CLHPP/main/include/CL/opencl.hpp
+#include "opencl.hpp"
// Includes the CLBlast library
#include <clblast.h>