cutlass icon indicating copy to clipboard operation
cutlass copied to clipboard

[QST] example 13_two_tensor_op_fusion, what to do with no relu

Open harryhan618 opened this issue 2 years ago • 3 comments

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?

harryhan618 avatar Dec 11 '23 15:12 harryhan618

my guess is don't change InstructionShape::kM * InstructionShape::kN / 32

hwu36 avatar Dec 12 '23 02:12 hwu36

@harryhan618 has your issue been resolved?

mnicely avatar Jan 02 '24 15:01 mnicely

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.

github-actions[bot] avatar Feb 01 '24 16:02 github-actions[bot]