[Easy] Fix wrong propagation of fallback_ops_dict in gen_aoti_c_shim (#159904)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/159904
Approved by: https://github.com/janeyx99
This commit is contained in:
Mikayla Gawarecki
2025-08-05 14:30:21 -07:00
committed by PyTorch MergeBot
parent 79eca4677b
commit d87161c3c8

View File

@ -744,7 +744,7 @@ https://github.com/pytorch/pytorch/pull/154848 as an example.
f"c_shim_{device_name}.cpp",
lambda: gen_aoti_c_shim(
fallback_native_functions,
inductor_fallback_ops,
fallback_ops_dict,
structured_func_group_dict,
dispatch_key,
backend_indices,