mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Updating test expected value after #152450 Pull Request resolved: https://github.com/pytorch/pytorch/pull/152493 Approved by: https://github.com/huydhn, https://github.com/malfet Co-authored-by: Huy Do <huydhn@gmail.com>
This commit is contained in:
parent
5a52e05024
commit
d8fe6fa280
|
|
@ -191,8 +191,8 @@ from user code:
|
|||
)
|
||||
|
||||
test_aot = within_range_record_test(2, 6, aot=logging.INFO)
|
||||
test_inductor_debug = within_range_record_test(3, 26, inductor=logging.DEBUG)
|
||||
test_inductor_info = within_range_record_test(2, 10, inductor=logging.INFO)
|
||||
test_inductor_debug = within_range_record_test(3, 27, inductor=logging.DEBUG)
|
||||
test_inductor_info = within_range_record_test(2, 11, inductor=logging.INFO)
|
||||
|
||||
@make_logging_test()
|
||||
def test_inductor_error(self, records):
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user