Reputation: 3936
What are my choices of technologies, languages and tools to develop general-purpose software running on the integrated GPUs of Intel Ivy Bridge processors? OpenCL (if so, Intel drivers? Whose compiler?)? CUDA? Something based on LLVM?
I believe DirectCompute is not an option for us, because we won't be running windows.
Edit: Just found this article that suggests that OpenCL support is coming in the IvyBridge drivers shortly.
Upvotes: 3
Views: 247
Reputation: 3936
As @talonmies points out, on Intel OpenCL is supported on the integrated GPU, but only on Windows:
http://software.intel.com/en-us/articles/opencl-sdk-frequently-asked-questions/#14
Upvotes: 1