[QST] example 13_two_tensor_op_fusion, what to do with no relu
Hello, I just found the example 13_two_tensor_op_fusion. And I'm trying to extract this example for general purpose.
But I want to get Z=X@W1@W2, so I try to replace this line EpilogueOutputOp0 and EpilogueOutputOp1 with LinearCombination<half_t, 8, float, float>. But I fail to compile.
Could you kindly help me with what's going wrong?
my guess is don't change InstructionShape::kM * InstructionShape::kN / 32
@harryhan618 has your issue been resolved?
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.