We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ca3b8 commit 0d2722cCopy full SHA for 0d2722c
libc/docs/gpu/building.rst
@@ -43,7 +43,7 @@ arguments automatically.
43
$> cd build
44
$> cmake ../llvm -G Ninja \
45
-DLLVM_ENABLE_PROJECTS="clang;lld" \
46
- -DLLVM_ENABLE_RUNTIMES="openmp" \
+ -DLLVM_ENABLE_RUNTIMES="openmp;offload" \
47
-DCMAKE_BUILD_TYPE=<Debug|Release> \ # Select build type
48
-DCMAKE_INSTALL_PREFIX=<PATH> \ # Where the libraries will live
49
-DRUNTIMES_nvptx64-nvidia-cuda_LLVM_ENABLE_RUNTIMES=libc \
0 commit comments