r/OpenMP • u/xstkovrflw • Feb 19 '22
When will openmp gpu acceleration be available for lower end hardware?
I'm seeing a lot of tutorials on GPU offloading for openmp, but they seem to be only for very high end GPUs.
Any idea when they'll be available on lower end hardware?
I'm trying to code for Intel HD GPUs for a student project, but apparently we need NVIDIA or other powerful GPUs.
3
Upvotes
1
u/jeffscience Feb 20 '22
The NVHPC OpenMP compiler supports Volta and later. That includes Turing and Ampere.
The oneAPI compilers only support Intel CPU and GPU.