pytorch/torch/_export/passes
Pian Pawakapan c5062cca98 [export] make stack_trace optional in insert_custom_op_guards (#146438)
Summary: Fixes 1 PT2I exportability error

Test Plan: -

Differential Revision: D69132186

Pull Request resolved: https://github.com/pytorch/pytorch/pull/146438
Approved by: https://github.com/yiming0416, https://github.com/angelayi
2025-02-06 01:48:26 +00:00
..
__init__.py
_node_metadata_hook.py [export] make stack_trace optional in insert_custom_op_guards (#146438) 2025-02-06 01:48:26 +00:00
add_runtime_assertions_for_constraints_pass.py
collect_tracepoints_pass.py
constant_folding.py
functionalize_side_effectful_ops_pass.py
insert_custom_op_guards.py [export] make stack_trace optional in insert_custom_op_guards (#146438) 2025-02-06 01:48:26 +00:00
lift_constants_pass.py Fix constants with non-functional operators (#145593) 2025-02-05 17:44:19 +00:00
remove_runtime_assertions.py
replace_autocast_with_hop_pass.py
replace_quantized_ops_with_standard_ops_pass.py
replace_set_grad_with_hop_pass.py
replace_view_ops_with_view_copy_ops_pass.py
replace_with_hop_pass_util.py