pocl

Portable Computing Language: OpenCL implementation for CPUs

brewmacoslinux
Try with needOr install directly
Source

About

Portable Computing Language

Commands

poclccpocl-standalone

Examples

Compile an OpenCL kernel to portable code$ poclcc -o kernel.so kernel.cl
Check pocl installation and available devices$ clinfo
Run an OpenCL program using pocl as the compute device$ OCL_ICD_VENDORS=/usr/local/etc/OpenCL/vendors/pocl.icd ./my_opencl_program