Skip to content

Commit

Permalink
Merge pull request #654 from veselypeta/petr/install-dpcxx
Browse files Browse the repository at this point in the history
[UR] Install DPCXX
  • Loading branch information
veselypeta authored Jun 29, 2023
2 parents ec72d28 + 4a9ea17 commit 26099b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
make
sudo make install
cd ..
- name: Download DPC++
run: |
sudo apt install libncurses5
wget -O ${{github.workspace}}/dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/sycl-nightly%2F20230626/dpcpp-compiler.tar.gz
tar -xvf ${{github.workspace}}/dpcpp_compiler.tar.gz
- name: Configure CMake
run: >
Expand All @@ -67,6 +73,7 @@ jobs:
-DCMAKE_BUILD_TYPE=${{matrix.build_type}}
-DUR_BUILD_TESTS=ON
-DUR_FORMAT_CPP_STYLE=ON
-DUR_DPCXX=${{github.workspace}}/dpcpp_compiler/bin/clang++
${{matrix.libbacktrace}}
- name: Generate source from spec, check for uncommitted diff
Expand Down

0 comments on commit 26099b3

Please sign in to comment.