-
Notifications
You must be signed in to change notification settings - Fork 44
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
Comments
bfloat16 is handled in #1127, please continue investigation on the other dtypes. |
We can reference https://github.com/bashbaug/SimpleOpenCLSamples/tree/matrixperf/samples/99_matrixexperimentstf32 for tf32 support. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Minimal viable support for f16 dot product with f16 accumulator on the block pointer path #1211Separate accumulator and result types #1258Minimal viable support for bf16 dot product with bf16 accumulator on the block pointer path #1213👉 [GEMM] Fix functional issues with bfloat16 accumulation #1265The text was updated successfully, but these errors were encountered: