Updated the link to cl.hpp in the Khronos registry for the samples

This commit is contained in:
Cedric Nugteren 2017-01-07 13:57:23 +01:00
parent 69ca271a8c
commit ff2bf985a3
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
Development version (next release)
- Fixed a bug when using offsets in the direct version of the GEMM kernels
- Fixed a missing cl_khr_fp64 when running double-precision on Intel CPUs
- Various minor fixes and enhancements
- Added tuned parameters for various devices (see README)
Version 0.10.0

View file

@ -241,7 +241,7 @@ endif()
if(SAMPLES)
# Downloads the cl.hpp file from Khronos
file(DOWNLOAD https://www.khronos.org/registry/cl/api/1.1/cl.hpp ${clblast_SOURCE_DIR}/samples/cl.hpp)
file(DOWNLOAD https://www.khronos.org/registry/OpenCL/api/2.1/cl.hpp ${clblast_SOURCE_DIR}/samples/cl.hpp)
# Adds sample programs (C++)
foreach(SAMPLE ${SAMPLE_PROGRAMS_CPP})