Make it an error to TORCH_LIBRARY the same namespace twice.#36505
Make it an error to TORCH_LIBRARY the same namespace twice.#36505ezyang wants to merge 6 commits intogh/ezyang/718/basefrom
Conversation
This is implemented as an extra level of state and error checking in Dispatcher, since Dispatcher is where put all the other state (technically, nothing in Dispatcher needs this error check; it's a higher level concern.) Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
💊 Build failures summary and remediationsAs of commit 5b514f5 (more details on the Dr. CI page):
🕵️ 3 new failures recognized by patternsThe following build failures do not appear to be due to upstream breakages:
|
This is implemented as an extra level of state and error checking in Dispatcher, since Dispatcher is where put all the other state (technically, nothing in Dispatcher needs this error check; it's a higher level concern.) Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
This is implemented as an extra level of state and error checking in Dispatcher, since Dispatcher is where put all the other state (technically, nothing in Dispatcher needs this error check; it's a higher level concern.) Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
This is implemented as an extra level of state and error checking in Dispatcher, since Dispatcher is where put all the other state (technically, nothing in Dispatcher needs this error check; it's a higher level concern.) Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21002535](https://our.internmc.facebook.com/intern/diff/D21002535) [ghstack-poisoned]
This is implemented as an extra level of state and error checking in Dispatcher, since Dispatcher is where put all the other state (technically, nothing in Dispatcher needs this error check; it's a higher level concern.) Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21002535](https://our.internmc.facebook.com/intern/diff/D21002535) [ghstack-poisoned]
This is implemented as an extra level of state and error checking in Dispatcher, since Dispatcher is where put all the other state (technically, nothing in Dispatcher needs this error check; it's a higher level concern.) Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21002535](https://our.internmc.facebook.com/intern/diff/D21002535) [ghstack-poisoned]
This is implemented as an extra level of state and error checking in Dispatcher, since Dispatcher is where put all the other state (technically, nothing in Dispatcher needs this error check; it's a higher level concern.) Signed-off-by: Edward Z. Yang <ezyang@fb.com> ghstack-source-id: 3bb3e5a Pull Request resolved: pytorch#36505
|
Folded into #36258 |
This is implemented as an extra level of state and error checking in Dispatcher, since Dispatcher is where put all the other state (technically, nothing in Dispatcher needs this error check; it's a higher level concern.) Signed-off-by: Edward Z. Yang <ezyang@fb.com> ghstack-source-id: 3bb3e5a Pull Request resolved: pytorch/pytorch#36505
Stack from ghstack:
This is implemented as an extra level of state and error checking in
Dispatcher, since Dispatcher is where put all the other state
(technically, nothing in Dispatcher needs this error check; it's
a higher level concern.)
Signed-off-by: Edward Z. Yang ezyang@fb.com
Differential Revision: D21002535