Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: UoB-HPC/BabelStream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2b9129e8e42eb63e4d64901f74ca104465f5c97d
Choose a base ref
..
head repository: UoB-HPC/BabelStream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6c83420283ac16ebc0d2df9675d618c0457ade38
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 src/ci-prepare-bionic.sh
1 change: 1 addition & 0 deletions src/ci-prepare-bionic.sh
Original file line number Diff line number Diff line change
@@ -240,6 +240,7 @@ setup_clang_gcc() {
sudo apt-get install -y -qq gcc-12-offload-nvptx gcc-12-offload-amdgcn libtbb2 libtbb-dev g++-12 libc6
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
./llvm.sh 18
apt install -y clang-18 libclang-18-dev clang-tools-18 libomp-18-dev llvm-18-dev lld-18

export_var GCC_CXX "$(which g++-12)"