mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
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 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| deep_wide_pt.cc | ||
| deep_wide_pt.h | ||
| deep_wide_pt_bench.cc | ||
| test_cpu_fusion.cc | ||
| test_generated_ops.cc | ||
| test_static_module.cc | ||
| test_static_runtime.cc | ||
| test_utils.cc | ||
| test_utils.h | ||