tenstorrent / tt-xla

Repo for AI Compiler team. The intended purpose of this repo is for implementation of a PJRT device.
https://www.tenstorrent.com
Apache License 2.0
5 stars 3 forks source link

Scalar Test fails with Convert Op error #7

Open uazizTT opened 2 months ago

uazizTT commented 2 months ago

pytest -svv tests/TTIR/test_mnist.py::test_convert.py

fails with error:

error: failed to legalize operation 'stablehlo.convert'
FAILED
uazizTT commented 1 month ago

@mmanzoorTT Please verify if this issue is fixed with your latest patch and then close it.

mmanzoorTT commented 1 month ago

@uazizTT I couldn't find any typecast test in test_mnist.py; tests/TTIR/test_basic_ops.py::test_convert works OK.