Skip to content

Commit

Permalink
[UR] Install DPCXX
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Vesely committed Jun 27, 2023
1 parent df3949e commit 317e984
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
make
sudo make install
cd ..
- name: Download DPC++
run: |
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 +72,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 317e984

Please sign in to comment.