-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
I was tinkering with VexCL on an NVidia jetson nano, which only supports cuda. It appears if CL isn't available at all, the project files have issues? (Even if I install OpenCL headers, the lack of a library still causes a failure). Any hints?
-- Looking for CL/cl_platform.h
-- Looking for CL/cl_platform.h - not found
CMake Warning at CMakeLists.txt:180 (message):
The JIT interface requires OpenCL headers to be available.You can download
them from https://github.com/KhronosGroup/OpenCL-HeadersSet
OpenCL_INCLUDE_DIR to the location of the headers.For now, disabling the
JIT target.
CMake Error at CMakeLists.txt:244 (add_library):
add_library cannot create ALIAS target "VexCL::Backend" because target
"OpenCL" does not already exist.
Metadata
Metadata
Assignees
Labels
No labels