- Notifications
You must be signed in to change notification settings - Fork1.9k
[fix] WAR to fix the illegal memory access issue in moe gemm on SM120#5636
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
peaceh-nv commentedJul 1, 2025
/bot run |
tensorrt-cicd commentedJul 1, 2025
PR_Github #10450 [ run ] triggered by Bot |
tensorrt-cicd commentedJul 1, 2025
PR_Github #10450 [ run ] completed with state |
peaceh-nv commentedJul 1, 2025
/bot run |
tensorrt-cicd commentedJul 1, 2025
PR_Github #10496 [ run ] triggered by Bot |
tensorrt-cicd commentedJul 1, 2025
PR_Github #10496 [ run ] completed with state |
pamelap-nvidia commentedJul 1, 2025
/bot run --disable-fail-fast |
tensorrt-cicd commentedJul 1, 2025
PR_Github #10530 [ run ] triggered by Bot |
tensorrt-cicd commentedJul 1, 2025
PR_Github #10530 [ run ] completed with state |
cpp/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/launchers/moe_gemm_tma_ws_launcher.inlShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
peaceh-nv commentedJul 9, 2025
/bot run |
tensorrt-cicd commentedJul 9, 2025
PR_Github #11424 [ run ] triggered by Bot |
tensorrt-cicd commentedJul 9, 2025
PR_Github #11424 [ run ] completed with state |
… gemm on SM120Signed-off-by: peaceh <103117813+peaceh-nv@users.noreply.github.com>
Signed-off-by: peaceh <103117813+peaceh-nv@users.noreply.github.com>
Signed-off-by: peaceh <103117813+peaceh-nv@users.noreply.github.com>
peaceh-nv commentedJul 9, 2025
/bot run |
tensorrt-cicd commentedJul 9, 2025
PR_Github #11437 [ run ] triggered by Bot |
tensorrt-cicd commentedJul 9, 2025
PR_Github #11437 [ run ] completed with state |
76c3a12 intoNVIDIA:mainUh oh!
There was an error while loading.Please reload this page.
…NVIDIA#5636)Signed-off-by: peaceh <103117813+peaceh-nv@users.noreply.github.com>Signed-off-by: Yuxin <yuxinz@nvidia.com>
Uh oh!
There was an error while loading.Please reload this page.
Description
Avoid using void elementc to fix the illegal memory access issue in moe gemm on SM120 after cutlass upgrade and add related unit tests on SM120