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
It should just work.
There is nothing special about Grace Hopper... just another "NVIDIA-GPU-based system"
All you need is access to the HW and a recent compiler (ideally, NVIDIA HPC SDK)
The only potential "problem" we may encounter is a performance one;
since the CPU and GPU can access each other memories, OpenACC/OpenMP may have a slightly different semantics.
e.g. We currently assume we can initialize a buffer on the CPU and then copy that buffer to the GPU, and get optimal performance.
If the buffer would instead reside wherever it was "first touched", that may result in expensive remote data accesses if we are not careful.
Again, not a showstopper, but something to consider if we get significant G-H compute resources in the future.
Is there any plan to support or test on NVIDIA Grace-Hopper systems (Arm Architecture and NVIDIA H100)?
The text was updated successfully, but these errors were encountered: