summaryrefslogtreecommitdiff
path: root/samples/sgemm_batched.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samples/sgemm_batched.cpp')
-rw-r--r--samples/sgemm_batched.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/sgemm_batched.cpp b/samples/sgemm_batched.cpp
index 32c465c7..a986eec7 100644
--- a/samples/sgemm_batched.cpp
+++ b/samples/sgemm_batched.cpp
@@ -24,8 +24,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>