Skip to content

Commit

Permalink
OpenMPTarget: Update dockerfile for clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahulkumar Gayatri committed Aug 20, 2024
1 parent 16eca67 commit a7c3a03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/docker/Dockerfile.openmptarget
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN LLVM_URL=https://github.com/llvm/llvm-project/archive &&\
-DCMAKE_CXX_COMPILER=g++ \
-DLLVM_ENABLE_PROJECTS="clang" \
-DLLVM_ENABLE_RUNTIMES="openmp" \
-DLLVM_TARGETS_TO_BUILD="X86;NVPTX" \
-DLIBOMPTARGET_DEVICE_ARCHITECTURES=sm_70 \
../llvm && \
make -j${NPROC} && \
Expand Down

0 comments on commit a7c3a03

Please sign in to comment.