intel / intel-xpu-backend-for-triton

OpenAI Triton backend for Intel® GPUs
MIT License
100 stars 28 forks source link

[INTERPRETER][test_tl_range][test_dot_max_num_imprecise_acc] RuntimeError: "addmm_impl_cpu_" not implemented for 'Half' #1541

Open AshburnLee opened 2 days ago

AshburnLee commented 2 days ago

Reproduce:

TRITON_INTERPRET=1 TRITON_DISABLE_LINE_INFO=1 pytest -vvv -n 16 -m interpreter python/test/unit/language/test_core.py::test_tl_range --device cpu
TRITON_INTERPRET=1 TRITON_DISABLE_LINE_INFO=1 pytest -vvv -n 16 -m interpreter python/test/unit/language/test_core.py::test_dot_max_num_imprecise_acc --device cpu

Got

RuntimeError: "addmm_impl_cpu_" not implemented for 'Half'
whitneywhtsang commented 2 days ago

Should be the same issue as https://github.com/intel/intel-xpu-backend-for-triton/issues/671.