pytorch/benchmarks/static_runtime
Akshay Parashar 38169c2287 [Static Runtime] Fix precision error in test cases (#80935)
Summary:
- Test cases related to DeepAndWideSciptModel() was crashing at random due to precision issue
- test cases related for precision: DeepWide, KWargsAPI_1, KWargsAPI_2, KWargsAPI_Optional, FusionPass
- test failure was not observed always due to random input to the model (via torch::randn)
- Increasing the absolute tolerance for test cases

Differential Revision: D37639067

Pull Request resolved: https://github.com/pytorch/pytorch/pull/80935
Approved by: https://github.com/mikeiovine
2022-07-06 16:31:18 +00:00
..
CMakeLists.txt
deep_wide_pt.cc
deep_wide_pt.h
deep_wide_pt_bench.cc
test_cpu_fusion.cc
test_generated_ops.cc [static runtime] Fix linalg_solve test case (#79971) 2022-06-22 16:31:25 +00:00
test_static_module.cc [Static Runtime] Fix precision error in test cases (#80935) 2022-07-06 16:31:18 +00:00
test_static_runtime.cc [static-runtime] add nnc codegen for aten::div (#76903) 2022-06-22 05:47:44 +00:00
test_utils.cc
test_utils.h