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

Issues when increasing L1 K tile size #985

Open
yzhang93 opened this issue Dec 12, 2024 · 1 comment
Open

Issues when increasing L1 K tile size #985

yzhang93 opened this issue Dec 12, 2024 · 1 comment

Comments

@yzhang93
Copy link
Contributor

I have observed several issues when increasing the L1 K tile size from 32 to 64.

  1. Vectorization path slows down significantly (3ms -> 10ms) with default settings, i.e., peano flag O3 and function outlining.
  2. Vectorization path has program memory issue if function outlining is disabled.
  3. Ukernel path has error ld.lld: error: undefined symbol: matmul_bf16_bf16_f32_32x32x64_4x8x4 with function outlining enabled.
  4. Ukernel path doesn't have the above error if function outlining is disabled, however the performance doesn't change.

CC: @newling @jtuyls

@newling
Copy link
Contributor

newling commented Feb 5, 2025

@yzhang93 can you please point me to the line to change (32 to 64) to experiment with this?

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

No branches or pull requests

2 participants