Replies: 1 comment
-
On page 13 of the slides(CUTLASS: Python API, Enhancements, and CUTLASS 3.0 Preview) in GTC22, it lists some advanced fusion patterns that supported by cutlass-python, do you recommend using EVT to realize these patterns? If so, could you elaborate on the details to achieve it?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@apuaaChen is going to present his CUTLASS paper - EVT: Accelerating Deep Learning Training with Epilogue Visitor Tree in ASPLOS'24 on May 1.
EVT is a framework to fuse almost any combination in the epilogue (elementwise, reduction, broadcast, etc.). If you attend ASPLOS and use CUTLASS, highly recommend to talk with him.
Beta Was this translation helpful? Give feedback.
All reactions