-
Are there any specific command options needed to install the LLVM SYCL compiler on the NVIDIA Grace-Hopper system ? |
Beta Was this translation helpful? Give feedback.
Answered by
lrpablo
Jul 22, 2024
Replies: 1 comment
-
The following steps allow for the compilation of DPCPP on a Grace Hopper system:
To verify the installation:
Hope it helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jinz2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following steps allow for the compilation of DPCPP on a Grace Hopper system:
To verify the installation:
Copy the example code from the llvm README.md.
Hope it helps.