-
Notifications
You must be signed in to change notification settings - Fork 2k
[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
/bot run |
|
PR_Github #10450 [ run ] triggered by Bot |
|
PR_Github #10450 [ run ] completed with state |
|
/bot run |
|
PR_Github #10496 [ run ] triggered by Bot |
|
PR_Github #10496 [ run ] completed with state |
|
/bot run --disable-fail-fast |
|
PR_Github #10530 [ run ] triggered by Bot |
|
PR_Github #10530 [ run ] completed with state |
056af39 to
c931b10
Compare
cpp/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/launchers/moe_gemm_tma_ws_launcher.inl
Show resolved
Hide resolved
|
/bot run |
|
PR_Github #11424 [ run ] triggered by Bot |
|
PR_Github #11424 [ run ] completed with state |
… gemm on SM120 Signed-off-by: peaceh <[email protected]>
Signed-off-by: peaceh <[email protected]>
Signed-off-by: peaceh <[email protected]>
dc9623d to
f447730
Compare
|
/bot run |
|
PR_Github #11437 [ run ] triggered by Bot |
|
PR_Github #11437 [ run ] completed with state |
…NVIDIA#5636) Signed-off-by: peaceh <[email protected]> Signed-off-by: Yuxin <[email protected]>
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