mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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:
committed by
PyTorch MergeBot
parent
79eca4677b
commit
d87161c3c8
@ -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,
|
||||
|
Reference in New Issue
Block a user