Skip to content

Commit df4d375

Browse files
authored
pin blackwell cupti to 13.0.85 (#9479)
#9451 upgraded blackwell cupti version from 12.8 to 13.1 but it's failing an internal test on blackwell so use 13.0 that matches the cupti version on the system. # New contributor declaration - [x] I am not making a trivial change, such as fixing a typo in a comment. - [x] I have written a PR description following these [rules](https://cbea.ms/git-commit/#why-not-how). - [x] I have run `pre-commit run --from-ref origin/main --to-ref HEAD`. - Select one of the following. - [ ] I have added tests. - `/test` for `lit` tests - `/unittest` for C++ tests - `/python/test` for end-to-end tests - [x] This PR does not need a test because `this changes cupti version`. - Select one of the following. - [x] I have not added any `lit` tests. - [ ] The `lit` tests I have added follow these [best practices](https://mlir.llvm.org/getting_started/TestingGuide/#filecheck-best-practices), including the "tests should be minimal" section. (Usually running Python code and using the instructions it generates is not minimal.)
1 parent b814e57 commit df4d375

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/nvidia-toolchain-version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"cudacrt": "13.1.80",
77
"cudart": "13.1.80",
88
"cupti": "12.8.90",
9-
"cupti-blackwell": "13.1.115"
9+
"cupti-blackwell": "13.0.85"
1010
}

0 commit comments

Comments
 (0)