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

[GEMM] Fix functional issues with non-float16 dtype #1097

Closed
7 of 8 tasks
whitneywhtsang opened this issue May 13, 2024 · 2 comments · Fixed by #1127, #1155, #1172, #1204 or #1258
Closed
7 of 8 tasks

[GEMM] Fix functional issues with non-float16 dtype #1097

whitneywhtsang opened this issue May 13, 2024 · 2 comments · Fixed by #1127, #1155, #1172, #1204 or #1258
Assignees
Labels
bug Something isn't working tests: tutorials

Comments

@whitneywhtsang
Copy link
Contributor

whitneywhtsang commented May 13, 2024

09-experimental-block-pointer.py tutorial is implemented for GEMM float16 dtype.
It can be executed as TRITON_INTEL_ENABLE_BLOCK_PTR=1 python 09-experimental-block-pointer.py.
This issue is to fix the functional issues with non-float16 dtype, e.g., int8, bfloat16, tf32.


Data type combinations of interest:

@whitneywhtsang
Copy link
Contributor Author

bfloat16 is handled in #1127, please continue investigation on the other dtypes.

@jopperm jopperm linked a pull request May 20, 2024 that will close this issue
@whitneywhtsang
Copy link
Contributor Author

@jopperm jopperm linked a pull request May 22, 2024 that will close this issue
@whitneywhtsang whitneywhtsang linked a pull request May 28, 2024 that will close this issue
@jopperm jopperm reopened this May 29, 2024
@jopperm jopperm reopened this May 30, 2024
@jopperm jopperm linked a pull request Jun 5, 2024 that will close this issue
@vlad-penkin vlad-penkin added bug Something isn't working tests: tutorials labels Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment