Skip to content

Commit 3c93df0

Browse files
authored
[CUDA] Add AGX Thor, SM_110 (#631)
Co-authored-by: Johnny Nunez and Hugh Perkins
1 parent 88b987b commit 3c93df0

3 files changed

Lines changed: 1083 additions & 655 deletions

File tree

docs/source/user_guide/building_cudagraph_conditional_fatbin.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ You only need to regenerate the fatbin if:
3030

3131
## Prerequisites
3232

33-
- CUDA toolkit with `nvcc` (12.8 or later, required for SM 120 support).
33+
- CUDA toolkit with `nvcc` (13.0 or later, required for SM 110 support;
34+
earlier toolkits will fail with `Unsupported gpu architecture 'compute_110'`).
3435
- The `nvcc` binary must be on your `PATH`, or set `CUDA_HOME`.
3536

3637
## Regenerating

0 commit comments

Comments
 (0)