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
set_mat_mul_precision seems to allow switching the precision within a single process... sometimes, like in the precision_tutorial.py/ipynb. But in the unit test test_mat_mul_precision, there's an example of a test that switches the precision unsuccessfully.
To Reproduce
One unit test in test_mat_mul_precision.py is decorated "@expectedfailure". Once this issue is resolved, we should be able to remove that decorator and see that these tests work as intended, within a loop.
🐛 Bug
set_mat_mul_precision seems to allow switching the precision within a single process... sometimes, like in the precision_tutorial.py/ipynb. But in the unit test test_mat_mul_precision, there's an example of a test that switches the precision unsuccessfully.
To Reproduce
One unit test in test_mat_mul_precision.py is decorated "@expectedfailure". Once this issue is resolved, we should be able to remove that decorator and see that these tests work as intended, within a loop.
PYTHONPATH="$TEST_CDIR${PYTHONPATH:+:$PYTHONPATH}" python3 -m unittest test_mat_mul_precision.TestMatMulPrecision.test_all
Expected behavior
Program can switch mat_mul_precision between default, high, and highest dynamically in a single program.
The text was updated successfully, but these errors were encountered: