Get the OpenCL driver name right on Linux, confirm test passes
parent
7d0b3342a0
commit
819857623d
|
|
@ -7,7 +7,7 @@ IN: opencl.ffi
|
|||
<< "opencl" {
|
||||
{ [ os windows? ] [ "OpenCL.dll" ] }
|
||||
{ [ os macosx? ] [ "/System/Library/Frameworks/OpenCL.framework/OpenCL" ] }
|
||||
{ [ os unix? ] [ "libopencl.so" ] }
|
||||
{ [ os unix? ] [ "libOpenCL.so" ] }
|
||||
} cond "stdcall" add-library >>
|
||||
LIBRARY: opencl
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue