-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: trtllm-gen fp4 GEMM for pytorch workflow #3423
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 #1627 [ run ] triggered by Bot |
PR_Github #1627 [ run ] completed with state |
/bot run |
PR_Github #1634 [ run ] triggered by Bot |
PR_Github #1634 [ run ] completed with state |
/bot run |
PR_Github #1754 [ run ] triggered by Bot |
/bot kill |
PR_Github #1783 [ kill ] triggered by Bot |
PR_Github #1754 [ run ] completed with state |
PR_Github #1783 [ kill ] completed with state |
/bot run |
PR_Github #1788 [ run ] triggered by Bot |
PR_Github #1788 [ run ] completed with state |
Signed-off-by: Dom Brown <[email protected]>
Signed-off-by: Dom Brown <[email protected]>
Signed-off-by: Dom Brown <[email protected]>
Signed-off-by: Dom Brown <[email protected]>
c893d8e
to
75d77ce
Compare
/bot reuse-pipeline |
PR_Github #1815 [ reuse-pipeline ] triggered by Bot |
PR_Github #1815 [ reuse-pipeline ] completed with state |
* feat: trtllm-gen fp4 GEMM Signed-off-by: Dom Brown <[email protected]> * Clean up Signed-off-by: Dom Brown <[email protected]> * Remove incorrect header Signed-off-by: Dom Brown <[email protected]> * Reviewer comment Signed-off-by: Dom Brown <[email protected]> --------- Signed-off-by: Dom Brown <[email protected]>
Adds FP4 GEMM from TRTLLM-Gen using the new exported interface.