Skip to content

Commit

Permalink
use main branch of dpl
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Aug 15, 2023
1 parent 910fc25 commit fa95818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export CC=/usr/local/opt/llvm/bin/clang
export CXX=/usr/local/opt/llvm/bin/clang++

# add dpl
git clone -b oneDPL-2022.2.0-rc1 --depth 1 https://github.com/oneapi-src/oneDPL
git clone --depth 1 https://github.com/oneapi-src/oneDPL
cd oneDPL
mkdir build
cd build
Expand Down

0 comments on commit fa95818

Please sign in to comment.