Skip to content

Commit 10c2c66

Browse files
committed
unpack lists
1 parent 2e0225f commit 10c2c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_cuda/numba/cuda/cudadrv/nvrtc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def compile(src, name, cc):
242242
cudadrv_path = os.path.dirname(os.path.abspath(__file__))
243243
numba_cuda_path = os.path.dirname(cudadrv_path)
244244
numba_include = f'-I{numba_cuda_path}'
245-
options = [arch, cuda_include, numba_include, '-rdc', 'true']
245+
options = [arch, *cuda_include, numba_include, '-rdc', 'true']
246246

247247
if nvrtc.get_version() < (12, 0):
248248
options += ["-std=c++17"]

0 commit comments

Comments
 (0)