Skip to content

Added support for intermediate golden verification in forward pass only #978

Added support for intermediate golden verification in forward pass only

Added support for intermediate golden verification in forward pass only #978

Triggered via pull request March 7, 2025 17:41
Status Success
Total duration 15s
Artifacts

on-community-issue.yml

on: pull_request
gh-slack-bridge
4s
gh-slack-bridge
Fit to window
Zoom out
Zoom in

Annotations

22 errors
test_nn.test_avgpool3d[shape1-kernel_size1-stride1]: forge/test/mlir/operators/nn/test_nn.py#L73
RuntimeError: Encountered python error while evaluating node avg_pool3d_802.dc.avg_pool2d.3.dc.conv2d.1.dc.conv2d.2 (ForgeOp::conv2d): RuntimeError: permute(sparse_coo): number of dimensions in the tensor input does not match the length of the desired ordering of dimensions i.e. input.dim() = 5 is not equal to len(dims) = 4 At: /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/op/eval/forge/convolution.py(55): eval /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/verify/verify.py(101): do_verify /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(303): forge_compile_from_context /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(251): compile_main /__w/tt-forge-fe/tt-forge-fe/forge/test/mlir/operators/nn/test_nn.py(73): test_avgpool3d /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(183): pytest_pyfunc_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(1641): runtest /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(162): pytest_runtest_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(255): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(311): from_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(254): call_runtest_hook /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(215): call_and_report /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(126): runtestprotocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(109): pytest_runtest_protocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(348): pytest_runtestloop /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(323): _main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(269): wrap_session /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(316): pytest_cmdline_main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(162): main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(185): console_main /opt/ttforge-toolchain/venv/bin/pytest(8): <module>
test_nn.test_avgpool3d[shape3-kernel_size3-stride3]: forge/test/mlir/operators/nn/test_nn.py#L73
RuntimeError: Encountered python error while evaluating node avg_pool3d_803.dc.avg_pool2d.3.dc.conv2d.1.dc.conv2d.2 (ForgeOp::conv2d): RuntimeError: permute(sparse_coo): number of dimensions in the tensor input does not match the length of the desired ordering of dimensions i.e. input.dim() = 5 is not equal to len(dims) = 4 At: /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/op/eval/forge/convolution.py(55): eval /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/verify/verify.py(101): do_verify /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(303): forge_compile_from_context /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(251): compile_main /__w/tt-forge-fe/tt-forge-fe/forge/test/mlir/operators/nn/test_nn.py(73): test_avgpool3d /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(183): pytest_pyfunc_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(1641): runtest /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(162): pytest_runtest_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(255): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(311): from_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(254): call_runtest_hook /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(215): call_and_report /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(126): runtestprotocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(109): pytest_runtest_protocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(348): pytest_runtestloop /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(323): _main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(269): wrap_session /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(316): pytest_cmdline_main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(162): main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(185): console_main /opt/ttforge-toolchain/venv/bin/pytest(8): <module>
test_nn.test_avgpool3d[shape5-kernel_size5-stride5]: forge/test/mlir/operators/nn/test_nn.py#L73
RuntimeError: Encountered python error while evaluating node avg_pool3d_804.dc.avg_pool2d.3.dc.conv2d.1.dc.conv2d.2 (ForgeOp::conv2d): RuntimeError: permute(sparse_coo): number of dimensions in the tensor input does not match the length of the desired ordering of dimensions i.e. input.dim() = 5 is not equal to len(dims) = 4 At: /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/op/eval/forge/convolution.py(55): eval /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/verify/verify.py(101): do_verify /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(303): forge_compile_from_context /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(251): compile_main /__w/tt-forge-fe/tt-forge-fe/forge/test/mlir/operators/nn/test_nn.py(73): test_avgpool3d /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(183): pytest_pyfunc_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(1641): runtest /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(162): pytest_runtest_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(255): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(311): from_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(254): call_runtest_hook /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(215): call_and_report /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(126): runtestprotocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(109): pytest_runtest_protocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(348): pytest_runtestloop /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(323): _main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(269): wrap_session /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(316): pytest_cmdline_main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(162): main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(185): console_main /opt/ttforge-toolchain/venv/bin/pytest(8): <module>
test_nn.test_avgpool3d[shape1-kernel_size1-stride1]: forge/test/mlir/operators/nn/test_nn.py#L73
RuntimeError: Encountered python error while evaluating node avg_pool3d_802.dc.avg_pool2d.3.dc.conv2d.1.dc.conv2d.2 (ForgeOp::conv2d): RuntimeError: permute(sparse_coo): number of dimensions in the tensor input does not match the length of the desired ordering of dimensions i.e. input.dim() = 5 is not equal to len(dims) = 4 At: /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/op/eval/forge/convolution.py(55): eval /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/verify/verify.py(101): do_verify /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(303): forge_compile_from_context /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(251): compile_main /__w/tt-forge-fe/tt-forge-fe/forge/test/mlir/operators/nn/test_nn.py(73): test_avgpool3d /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(183): pytest_pyfunc_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(1641): runtest /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(162): pytest_runtest_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(255): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(311): from_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(254): call_runtest_hook /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(215): call_and_report /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(126): runtestprotocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(109): pytest_runtest_protocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(348): pytest_runtestloop /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(323): _main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(269): wrap_session /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(316): pytest_cmdline_main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(162): main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(185): console_main /opt/ttforge-toolchain/venv/bin/pytest(8): <module>
test_nn.test_avgpool3d[shape3-kernel_size3-stride3]: forge/test/mlir/operators/nn/test_nn.py#L73
RuntimeError: Encountered python error while evaluating node avg_pool3d_803.dc.avg_pool2d.3.dc.conv2d.1.dc.conv2d.2 (ForgeOp::conv2d): RuntimeError: permute(sparse_coo): number of dimensions in the tensor input does not match the length of the desired ordering of dimensions i.e. input.dim() = 5 is not equal to len(dims) = 4 At: /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/op/eval/forge/convolution.py(55): eval /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/verify/verify.py(101): do_verify /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(303): forge_compile_from_context /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(251): compile_main /__w/tt-forge-fe/tt-forge-fe/forge/test/mlir/operators/nn/test_nn.py(73): test_avgpool3d /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(183): pytest_pyfunc_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(1641): runtest /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(162): pytest_runtest_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(255): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(311): from_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(254): call_runtest_hook /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(215): call_and_report /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(126): runtestprotocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(109): pytest_runtest_protocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(348): pytest_runtestloop /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(323): _main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(269): wrap_session /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(316): pytest_cmdline_main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(162): main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(185): console_main /opt/ttforge-toolchain/venv/bin/pytest(8): <module>
test_nn.test_avgpool3d[shape5-kernel_size5-stride5]: forge/test/mlir/operators/nn/test_nn.py#L73
RuntimeError: Encountered python error while evaluating node avg_pool3d_804.dc.avg_pool2d.3.dc.conv2d.1.dc.conv2d.2 (ForgeOp::conv2d): RuntimeError: permute(sparse_coo): number of dimensions in the tensor input does not match the length of the desired ordering of dimensions i.e. input.dim() = 5 is not equal to len(dims) = 4 At: /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/op/eval/forge/convolution.py(55): eval /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/verify/verify.py(101): do_verify /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(303): forge_compile_from_context /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(251): compile_main /__w/tt-forge-fe/tt-forge-fe/forge/test/mlir/operators/nn/test_nn.py(73): test_avgpool3d /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(183): pytest_pyfunc_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(1641): runtest /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(162): pytest_runtest_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(255): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(311): from_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(254): call_runtest_hook /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(215): call_and_report /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(126): runtestprotocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(109): pytest_runtest_protocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(348): pytest_runtestloop /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(323): _main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(269): wrap_session /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(316): pytest_cmdline_main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(162): main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(185): console_main /opt/ttforge-toolchain/venv/bin/pytest(8): <module>
test_nn.test_avgpool3d[shape0-kernel_size0-stride0]: forge/test/mlir/operators/nn/test_nn.py#L73
RuntimeError: Encountered python error while evaluating node avg_pool3d_804.dc.avg_pool2d.3.dc.conv2d.1.dc.conv2d.2 (ForgeOp::conv2d): RuntimeError: permute(sparse_coo): number of dimensions in the tensor input does not match the length of the desired ordering of dimensions i.e. input.dim() = 5 is not equal to len(dims) = 4 At: /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/op/eval/forge/convolution.py(55): eval /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/verify/verify.py(101): do_verify /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(303): forge_compile_from_context /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(251): compile_main /__w/tt-forge-fe/tt-forge-fe/forge/test/mlir/operators/nn/test_nn.py(73): test_avgpool3d /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(183): pytest_pyfunc_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(1641): runtest /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(162): pytest_runtest_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(255): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(311): from_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(254): call_runtest_hook /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(215): call_and_report /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(126): runtestprotocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(109): pytest_runtest_protocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(348): pytest_runtestloop /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(323): _main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(269): wrap_session /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(316): pytest_cmdline_main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(162): main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(185): console_main /opt/ttforge-toolchain/venv/bin/pytest(8): <module>
test_nn.test_avgpool3d[shape2-kernel_size2-stride2]: forge/test/mlir/operators/nn/test_nn.py#L73
RuntimeError: Encountered python error while evaluating node avg_pool3d_805.dc.avg_pool2d.3.dc.conv2d.1.dc.conv2d.2 (ForgeOp::conv2d): RuntimeError: permute(sparse_coo): number of dimensions in the tensor input does not match the length of the desired ordering of dimensions i.e. input.dim() = 5 is not equal to len(dims) = 4 At: /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/op/eval/forge/convolution.py(55): eval /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/verify/verify.py(101): do_verify /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(303): forge_compile_from_context /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(251): compile_main /__w/tt-forge-fe/tt-forge-fe/forge/test/mlir/operators/nn/test_nn.py(73): test_avgpool3d /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(183): pytest_pyfunc_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(1641): runtest /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(162): pytest_runtest_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(255): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(311): from_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(254): call_runtest_hook /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(215): call_and_report /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(126): runtestprotocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(109): pytest_runtest_protocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(348): pytest_runtestloop /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(323): _main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(269): wrap_session /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(316): pytest_cmdline_main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(162): main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(185): console_main /opt/ttforge-toolchain/venv/bin/pytest(8): <module>
test_nn.test_avgpool3d[shape4-kernel_size4-stride4]: forge/test/mlir/operators/nn/test_nn.py#L73
RuntimeError: Encountered python error while evaluating node avg_pool3d_806.dc.avg_pool2d.3.dc.conv2d.1.dc.conv2d.2 (ForgeOp::conv2d): RuntimeError: permute(sparse_coo): number of dimensions in the tensor input does not match the length of the desired ordering of dimensions i.e. input.dim() = 5 is not equal to len(dims) = 4 At: /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/op/eval/forge/convolution.py(55): eval /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/verify/verify.py(101): do_verify /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(303): forge_compile_from_context /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(251): compile_main /__w/tt-forge-fe/tt-forge-fe/forge/test/mlir/operators/nn/test_nn.py(73): test_avgpool3d /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(183): pytest_pyfunc_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(1641): runtest /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(162): pytest_runtest_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(255): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(311): from_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(254): call_runtest_hook /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(215): call_and_report /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(126): runtestprotocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(109): pytest_runtest_protocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(348): pytest_runtestloop /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(323): _main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(269): wrap_session /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(316): pytest_cmdline_main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(162): main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(185): console_main /opt/ttforge-toolchain/venv/bin/pytest(8): <module>
test_nn.test_avgpool3d[shape6-kernel_size6-stride6]: forge/test/mlir/operators/nn/test_nn.py#L73
RuntimeError: Encountered python error while evaluating node avg_pool3d_807.dc.avg_pool2d.3.dc.conv2d.1.dc.conv2d.2 (ForgeOp::conv2d): RuntimeError: permute(sparse_coo): number of dimensions in the tensor input does not match the length of the desired ordering of dimensions i.e. input.dim() = 5 is not equal to len(dims) = 4 At: /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/op/eval/forge/convolution.py(55): eval /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/verify/verify.py(101): do_verify /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(303): forge_compile_from_context /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(251): compile_main /__w/tt-forge-fe/tt-forge-fe/forge/test/mlir/operators/nn/test_nn.py(73): test_avgpool3d /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(183): pytest_pyfunc_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(1641): runtest /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(162): pytest_runtest_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(255): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(311): from_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(254): call_runtest_hook /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(215): call_and_report /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(126): runtestprotocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(109): pytest_runtest_protocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(348): pytest_runtestloop /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(323): _main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(269): wrap_session /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(316): pytest_cmdline_main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(162): main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(185): console_main /opt/ttforge-toolchain/venv/bin/pytest(8): <module>
test_nn.test_avgpool3d[shape0-kernel_size0-stride0]: forge/test/mlir/operators/nn/test_nn.py#L73
RuntimeError: Encountered python error while evaluating node avg_pool3d_804.dc.avg_pool2d.3.dc.conv2d.1.dc.conv2d.2 (ForgeOp::conv2d): RuntimeError: permute(sparse_coo): number of dimensions in the tensor input does not match the length of the desired ordering of dimensions i.e. input.dim() = 5 is not equal to len(dims) = 4 At: /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/op/eval/forge/convolution.py(55): eval /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/verify/verify.py(101): do_verify /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(303): forge_compile_from_context /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(251): compile_main /__w/tt-forge-fe/tt-forge-fe/forge/test/mlir/operators/nn/test_nn.py(73): test_avgpool3d /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(183): pytest_pyfunc_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(1641): runtest /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(162): pytest_runtest_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(255): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(311): from_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(254): call_runtest_hook /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(215): call_and_report /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(126): runtestprotocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(109): pytest_runtest_protocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(348): pytest_runtestloop /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(323): _main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(269): wrap_session /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(316): pytest_cmdline_main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(162): main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(185): console_main /opt/ttforge-toolchain/venv/bin/pytest(8): <module>
test_nn.test_avgpool3d[shape2-kernel_size2-stride2]: forge/test/mlir/operators/nn/test_nn.py#L73
RuntimeError: Encountered python error while evaluating node avg_pool3d_805.dc.avg_pool2d.3.dc.conv2d.1.dc.conv2d.2 (ForgeOp::conv2d): RuntimeError: permute(sparse_coo): number of dimensions in the tensor input does not match the length of the desired ordering of dimensions i.e. input.dim() = 5 is not equal to len(dims) = 4 At: /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/op/eval/forge/convolution.py(55): eval /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/verify/verify.py(101): do_verify /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(303): forge_compile_from_context /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(251): compile_main /__w/tt-forge-fe/tt-forge-fe/forge/test/mlir/operators/nn/test_nn.py(73): test_avgpool3d /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(183): pytest_pyfunc_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(1641): runtest /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(162): pytest_runtest_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(255): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(311): from_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(254): call_runtest_hook /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(215): call_and_report /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(126): runtestprotocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(109): pytest_runtest_protocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(348): pytest_runtestloop /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(323): _main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(269): wrap_session /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(316): pytest_cmdline_main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(162): main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(185): console_main /opt/ttforge-toolchain/venv/bin/pytest(8): <module>
test_nn.test_avgpool3d[shape4-kernel_size4-stride4]: forge/test/mlir/operators/nn/test_nn.py#L73
RuntimeError: Encountered python error while evaluating node avg_pool3d_806.dc.avg_pool2d.3.dc.conv2d.1.dc.conv2d.2 (ForgeOp::conv2d): RuntimeError: permute(sparse_coo): number of dimensions in the tensor input does not match the length of the desired ordering of dimensions i.e. input.dim() = 5 is not equal to len(dims) = 4 At: /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/op/eval/forge/convolution.py(55): eval /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/verify/verify.py(101): do_verify /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(303): forge_compile_from_context /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(251): compile_main /__w/tt-forge-fe/tt-forge-fe/forge/test/mlir/operators/nn/test_nn.py(73): test_avgpool3d /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(183): pytest_pyfunc_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(1641): runtest /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(162): pytest_runtest_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(255): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(311): from_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(254): call_runtest_hook /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(215): call_and_report /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(126): runtestprotocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(109): pytest_runtest_protocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(348): pytest_runtestloop /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(323): _main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(269): wrap_session /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(316): pytest_cmdline_main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(162): main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(185): console_main /opt/ttforge-toolchain/venv/bin/pytest(8): <module>
test_nn.test_avgpool3d[shape6-kernel_size6-stride6]: forge/test/mlir/operators/nn/test_nn.py#L73
RuntimeError: Encountered python error while evaluating node avg_pool3d_807.dc.avg_pool2d.3.dc.conv2d.1.dc.conv2d.2 (ForgeOp::conv2d): RuntimeError: permute(sparse_coo): number of dimensions in the tensor input does not match the length of the desired ordering of dimensions i.e. input.dim() = 5 is not equal to len(dims) = 4 At: /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/op/eval/forge/convolution.py(55): eval /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/verify/verify.py(101): do_verify /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(303): forge_compile_from_context /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/forge/compile.py(251): compile_main /__w/tt-forge-fe/tt-forge-fe/forge/test/mlir/operators/nn/test_nn.py(73): test_avgpool3d /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(183): pytest_pyfunc_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/python.py(1641): runtest /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(162): pytest_runtest_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(255): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(311): from_call /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(254): call_runtest_hook /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(215): call_and_report /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(126): runtestprotocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/runner.py(109): pytest_runtest_protocol /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(348): pytest_runtestloop /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(323): _main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(269): wrap_session /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/main.py(316): pytest_cmdline_main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/callers.py(114): _multicall /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(84): <lambda> /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/manager.py(93): _hookexec /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/pluggy/hooks.py(281): __call__ /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(162): main /opt/ttforge-toolchain/venv/lib/python3.10/site-packages/_pytest/config/__init__.py(185): console_main /opt/ttforge-toolchain/venv/bin/pytest(8): <module>