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
Run unit-test using command:```
pytest tests/ttnn/python_api_testing/non_working_unit_tests/wormhole/test_backward_div_nonzero_bfloat8b.py
**Expected behavior**
All tests cases should fail with an assertion error: `- AssertionError: 0.0`
**Additional context**
To get additional information and results for different combinations of input shapes, types, layouts and memory configs for which this operation was tested you can also run sweeps and check the results. To do this you should:
1. Generate vectors of parameters by running command:
amalbasaTT
changed the title
ttnn.div_bw produces all-zero tensors for certain shapes when input_tensor_a has bfloat8_b datatype
ttnn.div_bw produces all-zero tensors for certain shapes when input_tensor_b has bfloat8_b datatype and when round_mode is None
Dec 24, 2024
Related issue
#14672
To Reproduce
Steps to reproduce the behavior:
pytest tests/ttnn/python_api_testing/non_working_unit_tests/wormhole/test_backward_div_nonzero_bfloat8b.py
python3 tests/sweep_framework/sweeps_parameter_generator.py --elastic cloud --module-name
eltwise.binary_backward.div_bw.div_bw_nonzero
python3 tests/sweep_framework/sweeps_runner.py --elastic cloud --module-name eltwise.binary_backward.div_bw.div_bw_nonzero
python3 tests/sweep_framework/sweeps_query.py --elastic cloud --module-name eltwise.binary_backward.div_bw.div_bw_nonzero detail
The text was updated successfully, but these errors were encountered: