Skip to content

Commit

Permalink
Turn on ASan for g++-11 to also cover SIMD
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Sep 29, 2023
1 parent b1d58c7 commit 6ed81d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,9 @@ jobs:
- name: build-ubuntu-gcc10-nvcc11.6
cxx: g++-10
cuda_url: https://developer.download.nvidia.com/compute/cuda/11.6.2/local_installers/cuda_11.6.2_510.47.03_linux.run
- name: build-ubuntu-gcc11
- name: build-ubuntu-gcc11-asan
cxx: g++-11
asan: ON
- name: build-ubuntu-gcc11-nvcc11.7
cxx: g++-11
cuda_url: https://developer.download.nvidia.com/compute/cuda/11.7.1/local_installers/cuda_11.7.1_515.65.01_linux.run
Expand Down

0 comments on commit 6ed81d9

Please sign in to comment.