uncomplicate / neanderthal

Fast Clojure Matrix Library
http://neanderthal.uncomplicate.org
Eclipse Public License 1.0
1.06k stars 56 forks source link

variant of random.cl with support for Apple's OpenCL non-standard imp… #91

Closed fbellomi closed 3 years ago

fbellomi commented 4 years ago

This only includes a separate edited random-macos.clwhich removes the native_ prefix from api calls. I've tested that this work on macOS il used instead of random.cl I'll leave it to you to design a suitable logic to dynamically choose which version to use (if you think it's the case).

blueberry commented 3 years ago

Thank you @fbellomi. I added a C macro that fixes this if the code is being run on Apple's OpenCL platform.