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
At this point, the test execution hangs.
The output result file should be available in the output directory listed in command (in this case eltwise_logical_xor_output)
The resulted csv file will contain only 1 line (the first sweep combination)
Additional context
There is unit test available for the sweep combination which hangs the execution.
Checkout branch dveizovic/sweep-tests-unit-set9
Run unit test: pytest tests/ttnn/python_api_testing/non_working_unit_tests/wormhole/test_logical_xor.py
However the unit test is not able to reproduce the hang.
The text was updated successfully, but these errors were encountered:
Execution of eltwise_logical_xor sweep test hangs after first sweep combination.
Steps to reproduce the behavior:
Run sweep test using the following command:
pytest tests/tt_eager/python_api_testing/sweep_tests/run_sweep_test.py --input-path tests/tt_eager/python_api_testing/sweep_tests/test_configs/ci_sweep_tests_working/wormhole/pytorch_eltwise_logical_xor.yaml --input-method cli --cli-input eltwise_logical_xor_output
Expected behavior
Test should run for the combination of parameters:
And it should be passing.
After the first sweep combination which is passed, test is running for:
At this point, the test execution hangs.
The output result file should be available in the output directory listed in command (in this case eltwise_logical_xor_output)
The resulted csv file will contain only 1 line (the first sweep combination)
Additional context
There is unit test available for the sweep combination which hangs the execution.
Checkout branch dveizovic/sweep-tests-unit-set9
Run unit test:
pytest tests/ttnn/python_api_testing/non_working_unit_tests/wormhole/test_logical_xor.py
However the unit test is not able to reproduce the hang.
The text was updated successfully, but these errors were encountered: