mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[BE] Remove HermeticPyObjectTLS and Simplify PythonOpRegistrationTrampoline (#163464)
Removes HermeticPyObjectTLS as we no longer need since torch deploy is no longer supported. PythonOpRegistrationTrampoline is also drastically simplified as and being prepped for removal in a future PR. Pull Request resolved: https://github.com/pytorch/pytorch/pull/163464 Approved by: https://github.com/albanD, https://github.com/Skylion007
This commit is contained in:
@ -153,7 +153,6 @@ _ZN3c104impl12PyObjectSlot10owns_pyobjEv
|
||||
_ZN3c104impl12PyObjectSlot19maybe_destroy_pyobjEv
|
||||
_ZN3c104impl12PyObjectSlotC1Ev
|
||||
_ZN3c104impl12PyObjectSlotD2Ev
|
||||
_ZN3c104impl19HermeticPyObjectTLS13get_tls_stateEv
|
||||
_ZN3c104impl20TorchDispatchModeTLS13any_modes_setEb
|
||||
_ZN3c104impl23ExcludeDispatchKeyGuardC1ENS_14DispatchKeySetE
|
||||
_ZN3c104impl23ExcludeDispatchKeyGuardD2Ev
|
||||
|
Reference in New Issue
Block a user