Lines Matching refs:OpenCL
68 # Development options for OpenCL C++ tests
70 # Use OpenCL C kernels instead of OpenCL C++ kernels
71 option(CLPP_DEVELOPMENT_USE_OPENCLC_KERNELS "Use OpenCL C kernels in OpenCL C++ tests" OFF)
75 # Only check if OpenCL C++ kernels compile to SPIR-V
76 option(CLPP_DEVELOPMENT_ONLY_SPIRV_COMPILATION "Only check if OpenCL C++ kernels compile to SPIR-V"…
79 message(FATAL_ERROR "Can't use OpenCL C kernels and compile to SPIR-V.")
89 # Offline OpenCL C/C++ compiler provided by Khronos is the only supported
92 # Path to offline OpenCL C/C++ compiler provided by Khronos.
98 # Additional OpenCL C/C++ compiler option.
108 # CL_LIBCLCXX_DIR - path to dir with OpenCL C++ STL (libclcxx)
109 # CL_INCLUDE_DIR - path to dir with OpenCL headers
110 # CL_LIBCLCXX_DIR - path to dir with OpenCL library
116 message(STATUS "OpenCL hasn't been found!")
117 …message(FATAL_ERROR "Either install OpenCL or pass -DCL_INCLUDE_DIR, -DCL_LIB_DIR and -DCL_LIBCLCX…