Fork me on GitHub
#uncomplicate
<
2020-05-16
>
francesco23:05:21

Hi, I'm trying to run the OpenCL code in https://dragan.rocks/articles/19/Deep-Learning-in-Clojure-From-Scratch-to-GPU-6-CUDA-and-OpenCL on my iMac 2019 with a Radeon GPU + Intel MKL. I changed the code to use the "-1" legacy version for OpenCL 1.2, but I get "CL_BUILD_PROGRAM_FAILURE / Error returned by cvms_element_build_from_source" when I try to use the opencl-float factory. I think MKL is correctly installed, since I can successfully query devices' properties.

francesco23:05:46

Also, is the code in Dragan's patreon book known to be compatible with OpenCL 1.2 on macOs? Thanks in advance for any info. 🙂