Open markkraay opened 3 months ago
@markkraay Please provide more information to debug this issue.
dtype
here?Scale must be a constant tensor in dequantize op.
Then what is the op instead?The root cause is in tripy/tripy/backend/compiler_api.py:L515
, compiler uses full
to create dummy input values for intial compilation. The fixes could be:
Fill
op when shape is constant.
Related to
compile_fixture
(#37).test_dequantize
andtest_quantize
failcompiler.compile
with the following: Example Code:Error Msg: