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
tomdeakin
changed the title
Add TARGET flags for clang-based CCE for OpenMP target
For info: TARGET flags for clang-based CCE for OpenMP target
Dec 7, 2020
To target NVIDIA with OpenMP with the clang-based CCE, we need to do something like this:
make COMPILER=CRAY TARGET=NVIDIA EXTRA_FLAGS="-fopenmp -fopenmp-targets=nvptx64 -Xopenmp-target -march=sm_60"
The text was updated successfully, but these errors were encountered: