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

PyTorch with xsmm.zero left-over before input online packing #803

Open
rengolin opened this issue Nov 22, 2023 · 0 comments
Open

PyTorch with xsmm.zero left-over before input online packing #803

rengolin opened this issue Nov 22, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers low-priority Things that go in the back burner

Comments

@rengolin
Copy link
Contributor

The PyTorch models we have in the benchmarks get a left-over xsmm.zero for the entire (unpacked) input in addition to the one inside the loop (that gets converted to beta=0 on the GEMM). The IR gets different at the tensor level, before bufferizaiton, so it could be a pack propagation / canonicalization issue?

@nhasabni @chelini

@rengolin rengolin added enhancement New feature or request good first issue Good for newcomers low-priority Things that go in the back burner labels Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers low-priority Things that go in the back burner
Projects
None yet
Development

No branches or pull requests

1 participant