krrishnarraj / clpeak

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

Cmake for 64bit #98

Open assembler65 opened 1 year ago

assembler65 commented 1 year ago

Probably not yours, but I got wrong path to opencl.lib 32bit instead of 64bit (debug and release). After changing C:\Program Files (x86)\Common Files\Intel\Shared Libraries\ia32\OpenCL.lib to C:\Program Files (x86)\Common Files\Intel\Shared Libraries\OpenCL.lib it works.