You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to provide op function, a torch golden function, and add a test case in python/test_infra/test_ttir_ops.py for all passing tests in both ttnn and ttmetal runtime. Some ops may not be completely implemented in runtime (ttnn or ttmetal) which should be checked. A final golden check should also be done on these tests using ttrt.
ttrt run some_flatbuffer.ttnn --golden
If golden check fails, add tests with repro instructions to #1219
The text was updated successfully, but these errors were encountered:
I also wonder if there's a way we can embed the type of golden check in the flatbuffer that ttrt can snoop before running the test. It's otherwise kind of awkward to organize our tests around the method of validation.
The following ops (curated from program.fbs) need to be ported into
python/test_infra/ttir_builder.py
Typecast
Cbrt
Minimum
Ceil
Sin
Cos
Log
Log1p
Expm1
Sign
Remainder
IsFinite
Floor
Where
Gelu
LogicalXor
Clamp
LeakyRelu
Scatter
Tan
Tanh
Embedding
example
Need to provide op function, a torch golden function, and add a test case in
python/test_infra/test_ttir_ops.py
for all passing tests in both ttnn and ttmetal runtime. Some ops may not be completely implemented in runtime (ttnn or ttmetal) which should be checked. A final golden check should also be done on these tests using ttrt.If golden check fails, add tests with repro instructions to #1219
The text was updated successfully, but these errors were encountered: