Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
harryhan618 opened this issue Dec 11, 2023 · 3 comments
Closed

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

harryhan618 opened this issue Dec 11, 2023 · 3 comments

Comments

@harryhan618
Copy link

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?

@hwu36
Copy link
Collaborator

hwu36 commented Dec 12, 2023

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

@harryhan618 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
@mnicely
Copy link
Collaborator

mnicely commented Jan 2, 2024

@harryhan618 has your issue been resolved?

Copy link

github-actions bot commented Feb 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants