You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 lineEpilogueOutputOp0 and EpilogueOutputOp1 with LinearCombination<half_t, 8, float, float>. But I fail to compile.
Could you kindly help me with what's going wrong?
The text was updated successfully, but these errors were encountered:
my guess is don't change InstructionShape::kM * InstructionShape::kN / 32
harryhan618
changed the title
[QST] example 13_two_tensor_op_fusion, what to do with no rely
[QST] example 13_two_tensor_op_fusion, what to do with no relu
Dec 12, 2023
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.
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
andEpilogueOutputOp1
withLinearCombination<half_t, 8, float, float>
. But I fail to compile.Could you kindly help me with what's going wrong?
The text was updated successfully, but these errors were encountered: