ihaque / memtestCL

OpenCL memory tester for GPUs
Other
125 stars 27 forks source link

Fail to build on Linux Mint 22 #18

Closed UnisTorvalds closed 12 hours ago

UnisTorvalds commented 12 hours ago

Hi, and thanks for this tool. Here's the error when I try to make:

memtestCL_core.h:45:13: fatal error: CL/opencl.h: No such file or directory
   45 |    #include <CL/opencl.h>
      |             ^~~~~~~~~~~~~
compilation terminated.
make: *** [Makefiles/Makefile.linux64:31: memtestCL_core.o] Error 1

Am I to obtain opencl.h from elsewhere? Thx

UnisTorvalds commented 12 hours ago

Sorry, didn't read the instructions. I need to install the OpenCL SDK first.