You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When not specifying a device (0 is chosen) we see the output Compile Server Error.
When specifying device 1 we see the output No kernels or only kernel prototypes found.
When specifying device 2 we see no output but the same all blue result is produced.
Also I know that OpenCL works on this system because I've gotten the code from here to work and produce the right result.
Although my research indicates that Apple's OpenCL has bugs and Apple is not supporting OpenCL much anymore.
The text was updated successfully, but these errors were encountered:
Hmm. I just ran this locally with a fresh clone on both my Intel i7-4980HQ and NVIDIA GeForce GT 750M and it output the correct image.
What compiler are you using? For reference:
$ c++ --version
Apple clang version 11.0.0 (clang-1100.0.33.16)
Target: x86_64-apple-darwin19.3.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Looks like compiling works, but something's broken with OpenCL. The Mandelbrot code will produce this output
for all 3 devices on platform 0 on this machine:
When not specifying a device (0 is chosen) we see the output
Compile Server Error.
When specifying device 1 we see the output
No kernels or only kernel prototypes found.
When specifying device 2 we see no output but the same all blue result is produced.
Also I know that OpenCL works on this system because I've gotten the code from here to work and produce the right result.
Although my research indicates that Apple's OpenCL has bugs and Apple is not supporting OpenCL much anymore.
The text was updated successfully, but these errors were encountered: