Skip to content

Commit 4efb7bb

Browse files
authored
Update nvidia-cutlass-dsl version to 4.3.1 (#2161)
<!-- .github/pull_request_template.md --> ## πŸ“Œ Description Due to current ci constraint, separating out the requirement.txt change to help bump container first before PR #2149 ## πŸ” Related Issues <!-- Link any related issues here --> ## πŸš€ Pull Request Checklist Thank you for contributing to FlashInfer! Before we review your pull request, please make sure the following items are complete. ### βœ… Pre-commit Checks - [x] I have installed `pre-commit` by running `pip install pre-commit` (or used your preferred method). - [x] I have installed the hooks with `pre-commit install`. - [x] I have run the hooks manually with `pre-commit run --all-files` and fixed any reported issues. > If you are unsure about how to set up `pre-commit`, see [the pre-commit documentation](https://pre-commit.com/). ## πŸ§ͺ Tests - [x] Tests have been added or updated as needed. - [x] All tests are passing (`unittest`, etc.). ## Reviewer Notes <!-- Optional: anything you'd like reviewers to focus on, concerns, etc. --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated GPU acceleration library dependency version to improve system compatibility and stability. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent b56bb4f commit 4efb7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žrequirements.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ einops
44
ninja
55
numpy
66
nvidia-cudnn-frontend>=1.13.0
7-
nvidia-cutlass-dsl>=4.2.1
7+
nvidia-cutlass-dsl>=4.3.1
88
nvidia-ml-py
99
packaging>=24.2
1010
requests

0 commit comments

Comments
Β (0)