mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Also Back out "Revert D39075159: [acc_tensor] Use SymIntArrayRef for overloaded empty.memory_format's signature" Original commit changeset: dab4a9dba4fa Original commit changeset: dcaf16c037a9 Original Phabricator Diff: D38984222 Original Phabricator Diff: D39075159 Also update Metal registrations for C++ registration changes. Also update NNPI registration to account for tightened schema checking Differential Revision: [D39084762](https://our.internmc.facebook.com/intern/diff/D39084762/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D39084762/)! Pull Request resolved: https://github.com/pytorch/pytorch/pull/84173 Approved by: https://github.com/Krovatkin
This commit is contained in:
committed by
PyTorch MergeBot
parent
cfd18e105f
commit
ad44670fa1
@ -140,6 +140,7 @@ Only the following keys are supported: {", ".join(valid_keys)}'
|
||||
dispatch_key=dispatch_key,
|
||||
use_out_as_primary=use_out_as_primary,
|
||||
external=True,
|
||||
symint=True, # TODO: make this configurable
|
||||
device_guard=use_device_guard,
|
||||
index=metadata,
|
||||
)
|
||||
|
Reference in New Issue
Block a user