forked from NVIDIA/cutlass
-
Notifications
You must be signed in to change notification settings - Fork 29
Cutlass 3.9.2 #371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
aacostadiaz
merged 41 commits into
codeplaysoftware:sycl-develop
from
aacostadiaz:aacosta/3.9.2
May 20, 2025
Merged
Cutlass 3.9.2 #371
aacostadiaz
merged 41 commits into
codeplaysoftware:sycl-develop
from
aacostadiaz:aacosta/3.9.2
May 20, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* v3.9 update * voidD --------- Co-authored-by: yuzhai <[email protected]>
Co-authored-by: yuzhai <[email protected]>
remove useless code
Co-authored-by: wenju.li <[email protected]> Co-authored-by: Haicheng Wu <[email protected]>
* add support for sm89 in cute and the unit tests * rebase v3.9 and format code * minor fix --------- Co-authored-by: Haicheng Wu <[email protected]>
Co-authored-by: Haicheng Wu <[email protected]>
Some typos in comments
…2234) * Fix broken links in cluster launch control docs * Improve titles and alt text
…IA#2219) With the usual register allocation (producer 40, consumer 232) compiling Gemm with tile shape 256 x 208 (cooperative) or 128 x 208 (pingpong) show lots of register spilling (e.g. ~3000 bytes spill). For this case we can change the register allocation to producer 24, consumer 240, which avoids spills.
If TileN is not divisible by 32 (e.g, 208), by default EpiTile would be set to 128 x 32, which does not compile as TileN is required to divide EpiTileN
* Update config.hpp * 更新 config.hpp * 更新 config.hpp
* cutlass 3.9 update * rebase * fixes out of shared memory for blockwise Blackwell * doc format * fix issue 2253 * disable host ref by default * fix sm120 smem capacity --------- Co-authored-by: yuzhai <[email protected]> Co-authored-by: Haicheng Wu <[email protected]>
…dule. (NVIDIA#2256) Co-authored-by: Yuhang Qi <[email protected]>
* Lazy cuda import * More lazy cuda import * More lazy cuda imports * minor fixes --------- Co-authored-by: Haicheng Wu <[email protected]>
Co-authored-by: Jiazhen Han <[email protected]>
Adds "Generalized Neighborhood Attention" to list of publications using CUTLASS. https://arxiv.org/abs/2504.16922 Co-authored-by: Ali Hassani <[email protected]>
* 3.9.2 doc/version * whitespace
# Conflicts: # examples/CMakeLists.txt # examples/README.md # include/cute/arch/tmem_allocator_sm100.hpp # include/cutlass/epilogue/dispatch_policy.hpp # include/cutlass/gemm/collective/sm90_mma_array_tma_gmma_ss_warpspecialized_fp8_blockwise_scaling.hpp # include/cutlass/gemm/collective/sm90_mma_tma_gmma_ss_warpspecialized_fp8_blockwise_scaling.hpp # include/cutlass/gemm/dispatch_policy.hpp # include/cutlass/gemm/kernel/sm90_gemm_array_tma_warpspecialized_cooperative.hpp # include/cutlass/gemm/kernel/sm90_tile_scheduler_group.hpp # include/cutlass/gemm/kernel/tile_scheduler.hpp # media/docs/cpp/build/building_with_sycl_support.md # python/cutlass/backend/operation.py # python/cutlass/backend/utils/device.py # python/cutlass/library_defaults.py # python/cutlass/op/gemm.py # test/unit/common/filter_architecture.cpp # tools/util/include/cutlass/util/reference/device/tensor_compare.h
Add Xe Group Scheduler
dee3370
into
codeplaysoftware:sycl-develop
12 of 14 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the changes from Cutlass 3.9.2