Code: Select all
https://software.intel.com/en-us/articles/opencl-drivers#proc-graph-section
What can I do?
Moderators: Site Moderators, FAHC Science Team
Code: Select all
https://software.intel.com/en-us/articles/opencl-drivers#proc-graph-section
With Iris, that has changed.bruce wrote:Generally speaking, that's true ... but the supported GPUs (from nVidia and AMD) are in a totally different class from the Intel Graphics devices. Intel designed them with a single purpose in mind: Displaying the images for a desktop application. Intel graphics is not designed to be a general purpose device to be used for the type of calculations that FAH and other Distributed Computing platforms need. Generally speaking, the intel graphics devices fill the narrow gap between the computational througput that a high-end CPU can provide and the low-end that can be provided by the oldest/slowest GPU devices available from nVidia/AMD.
That's a pretty narrow performance window -- hardly worth the support costs for FAH to develop a FAHCore that works on Intel Graphics devices.
If you want to fold on a GPU, my recommendation is that you add a graphics device that would be considered useful by gamers along with the OpenCL API that supports it.
The GeForce GT Series cards, including the GT730 to GT750 cards are relatively low-end GPUs which can produce 700 to 1000 single precision GFLOPS 29 to 32 double precision GFLOPS. Most active GPUs are GTX series. (FAH doesn't use half precision.) These GPUs have been supported for many years and there is no particular reason to drop that support. Developing support for a new platform, however, isn't a trivial activity especially since it doesn't advance FAH's overall productivity significantly. I'm afraid you're right: FAH has missed the opportunity to develop support for the Intel Graphics platform.Joe_H wrote:It has not changed with Iris. On a performance level measured in Gflops the high end iGPU's from Intel are approaching parity with GT730 to GT750 cards.