How to fuse Conv2d + LayerNorm + Silu with Cutlass. #1743
liangzelang
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My model has a layer with Conv2d -> LayerNorm -> Silu , I want to fuse these three operators, I know How to fuse Conv2d + Silu , even the performance of fued_conv2d_silu is WORSE. but how to fuse Conv2d + LayerNorm + Silu, I did not found examples in this repo.
My device is Nvidia RTX 4090.
Beta Was this translation helpful? Give feedback.
All reactions