Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenCL Mac OS compile from command line, openclc command not found

Tags:

macos

opencl

It says here that I can use openclc to compile from the command line, but when I do that, it says openclc: command not found, what shall I do?

Thanks in advance.

like image 361
ethanjyx Avatar asked Dec 01 '14 03:12

ethanjyx


1 Answers

I found the program you're looking for in the following folder: /System/Library/Frameworks/OpenCL.framework/Libraries. There you can call openclc and compile your .cl kernels.

like image 68
Henrique Jung Avatar answered Oct 15 '22 04:10

Henrique Jung