ROCm / triton

Development repository for the Triton language and compiler
MIT License
80 stars 23 forks source link

Unsupported conversion from f8E4M3B11FNUZ to bf16 #502

Closed zstreet87 closed 5 months ago

zstreet87 commented 5 months ago

python -m pytest -v --capture=no test/unit/language/test_core_amd.py -k "test_fp8_fpN_roundtrip[out_dtype1-in_dtype0]"

Running 1 items in this shard: test/unit/language/test_core_amd.py::test_fp8_fpN_roundtrip[out_dtype1-in_dtype0]

test/unit/language/test_core_amd.py::test_fp8_fpN_roundtrip[out_dtype1-in_dtype0] Unsupported conversion from f8E4M3B11FNUZ to bf16

UNREACHABLE executed at /root/triton/lib/Conversion/TritonGPUToLLVM/ElementwiseOpToLLVM.cpp:1788!
Fatal Python error: Aborted

I hit this while testing on Navi31

zstreet87 commented 5 months ago

fp8 is not a thing on Navi just yet...