Conversation
|
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
|
This pull request has merge conflicts that must be resolved before it can be |
|
|
||
| # Supported NVIDIA architectures. | ||
| set(CUDA_SUPPORTED_ARCHS "7.0;7.2;7.5;8.0;8.6;8.7;8.9;9.0") | ||
| set(CUDA_SUPPORTED_ARCHS "7.0;7.2;7.5;8.0;8.6;8.7;8.9;9.0;10.0;10.1;12.0") |
|
|
||
| # Set CUTLASS_REVISION manually -- its revision detection doesn't work in this case. | ||
| set(CUTLASS_REVISION "v3.6.0" CACHE STRING "CUTLASS revision to use") | ||
| set(CUTLASS_REVISION "v3.8.0" CACHE STRING "CUTLASS revision to use") |
Adding initial Blackwell support. Note that CUTLASS commit for 3.8 tag is not cut yet.
for the commit see NVIDIA/cutlass@389e493