-
Notifications
You must be signed in to change notification settings - Fork 128
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
Compilation failure with modified tuning parameters on CK Tile GEMM #1641
Comments
@zjing14 Which compiler version did you use and what was the error message? |
I think we only have 16x16x16 warp gemm for now ( |
Poyen is right. Just add a little bit, alternatively, we could have the v_mfma_f32_32x32x8_f16: 32x32x8 warp tile and v_mfma_f32_16x16x4_4b_f16: 16x16x4 for 4 matrix batches. We could add the first instruction set support to the ck_tile gemm first. |
@zjing14 If you would change k warp tile to 16: |
@poyenc @ThomasNing @illsilin @aosewski Thank you all very much. I will give a try with new changes. |
composable_kernel/example/ck_tile/03_gemm/gemm_mem_pipeline.cpp
Lines 21 to 31 in 365f39a
Got the compilation failure with the following changes
The text was updated successfully, but these errors were encountered: