What is your question?
May I ask if the epilogue of Cutlass supports customization? I hope to achieve the functionality of performing bias addition after the matmul operation in Cutlass. Additionally, I would like to apply different activation functions to different regions (for example, sigmoid and tanh). Is it possible to implement this? If so, could you please teach me how to do it?