Skip to content

Commit 9b5b0d5

Browse files
committed
cleanup nvcc flags
1 parent dc81115 commit 9b5b0d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ env:
4242
BELLMAN_CUDA_NVCC_ARGS: --fatbin --gpu-architecture=sm_75 --generate-code=arch=compute_75,code=sm_75
4343
NEPTUNE_CUDA_NVCC_ARGS: --fatbin --gpu-architecture=sm_75 --generate-code=arch=compute_75,code=sm_75
4444
DEBIAN_FRONTEND: noninteractive
45+
# Standardize NVCC flags across all jobs
46+
NVCC_PREPEND_FLAGS: "-ccbin /usr/bin/g++-12"
4547

4648
jobs:
4749
check:
@@ -142,7 +144,6 @@ jobs:
142144
env:
143145
CC: gcc-12
144146
CXX: g++-12
145-
NVCC_PREPEND_FLAGS: "-ccbin /usr/bin/g++-12"
146147
steps:
147148
- uses: actions/checkout@v4
148149
with:

0 commit comments

Comments
 (0)