krrishnarraj / clpeak

A tool which profiles OpenCL devices to find their peak capacities
Apache License 2.0
386 stars 109 forks source link

CL/cl.hpp was deprecated and removed from its repo #73

Closed matwey closed 3 years ago

matwey commented 3 years ago

Hi,

CL/cl.hpp has been removed: https://github.com/KhronosGroup/OpenCL-CLHPP/commit/432b551429b362a877ed9b647b7114022b332be0

Currently, it leads to clpeak build issues at line https://github.com/krrishnarraj/clpeak/blob/48083a26f4968a0af08584296e21a3317702fd6c/include/common.h#L4

when trying to compile with system-installed OpenCL SDK.