Skip to content

Commit 8bf1f0e

Browse files
committed
Add CUDA Toolkits 12.5-12.8 and CC 10 / 12 to NVVM supported list
1 parent cfacab3 commit 8bf1f0e

File tree

1 file changed

+6
-1
lines changed
  • numba_cuda/numba/cuda/cudadrv

1 file changed

+6
-1
lines changed

numba_cuda/numba/cuda/cudadrv/nvvm.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,9 @@ def get_log(self):
314314
(6, 0), (6, 1), (6, 2),
315315
(7, 0), (7, 2), (7, 5),
316316
(8, 0), (8, 6), (8, 7), (8, 9),
317-
(9, 0)
317+
(9, 0),
318+
(10, 0), (10, 1),
319+
(12, 0),
318320
)
319321

320322
# Maps CTK version -> (min supported cc, max supported cc) inclusive
@@ -331,6 +333,9 @@ def get_log(self):
331333
(12, 2): ((5, 0), (9, 0)),
332334
(12, 3): ((5, 0), (9, 0)),
333335
(12, 4): ((5, 0), (9, 0)),
336+
(12, 5): ((5, 0), (9, 0)),
337+
(12, 6): ((5, 0), (9, 0)),
338+
(12, 8): ((5, 0), (12, 0)),
334339
}
335340

336341

0 commit comments

Comments
 (0)