ROCm / triton

Development repository for the Triton language and compiler
MIT License
92 stars 29 forks source link

use different int8 mfma instructions on different GPUs. #368

Closed scxiao closed 1 year ago

scxiao commented 1 year ago

Different GPU uses different mfma int8 instruction, so need changes enable that. Note that this PR is based on the mfma fp8 PR, so should be merged after that one.

zhanglx13 commented 1 year ago

Is the fp8 PR referring to 357? If so, you can change the base branch of this PR to scxiao/refine_fp8_tests.