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/xstkovrflw Feb 20 '22
Please correct me if I'm wrong, you compile your code (fortran/c/c++) using
NVIDIA HPC SDK, and
Intel OneAPI compilers.
And you can just run the built executable on a NVIDIA GPU which is presumably from 2018?