pytorch/test/cpp
Everton Constantino a00efe55c3 Fix CheckOutputStreamSetting on JitLoggingTest as it failed if logging wasn't enabled. (#82722)
`JIT_LOG` checks if logging was enabled for that particular file and when it isn't it doesn't output anything. Since the test checks for the size of `test_stream` it fails. I believe forcing the file to have logging enabled to see if the stream is being correctly set during test makes no sense so this patches just forcibly outputs and checks if it worked.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/82722
Approved by: https://github.com/davidberard98
2022-11-23 22:46:29 +00:00
..
api Changing the use from ASSERT_EQ to ASSERT_FLOAT_EQ on nn_utils test. (#83693) 2022-11-15 04:10:52 +00:00
c10d Fix typos in messages under test (#89121) 2022-11-17 01:55:03 +00:00
common
dist_autograd
jit Fix CheckOutputStreamSetting on JitLoggingTest as it failed if logging wasn't enabled. (#82722) 2022-11-23 22:46:29 +00:00
lazy [LTC] Make ComputePostOrder accept const T pointers (#88773) 2022-11-10 18:34:19 +00:00
lite_interpreter_runtime reland "support running test_mobile_profiler with buck1/buck2 and OSS (#89001)" (#89091) 2022-11-17 21:04:23 +00:00
monitor
profiler Nested profiling support for Linux-perf Profiler (#87904) 2022-11-02 14:51:53 +00:00
rpc
tensorexpr
__init__.py