From f7db4c5d45db1ebbc9cc824cbda652b88362574c Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Thu, 22 Sep 2022 22:18:58 +0200 Subject: Replace the broken khronos registry link for cl.hpp with a new github link for opencl.hpp --- samples/sgemm_batched.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samples/sgemm_batched.cpp') 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 -- cgit v1.2.3