I'm a graduate student from Korea. Recently, I Started studying OpenCL and the NVIDIA JETSON TK1.
The NVIDIA JETSON K1 can run CUDA programs, so here is my question:
I would like to execute OpenCL kernels on the NVIDIA JETSON, but compiling a simple example, gives me an error message "CL/cl.h" header no such file or directory
.
So, how should I proceed to compile and execute OpenCL kernel on the NVIDIA JETSON TK1?