mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Reland use std::make_unique after internal changes (#109742)
check internal follow up of #109780 Pull Request resolved: https://github.com/pytorch/pytorch/pull/109742 Approved by: https://github.com/ezyang
This commit is contained in:
@ -71,7 +71,6 @@ def libtorch_generated_sources(gencode_pattern):
|
||||
|
||||
# copied from https://github.com/pytorch/pytorch/blob/f99a693cd9ff7a9b5fdc71357dac66b8192786d3/aten/src/ATen/core/CMakeLists.txt
|
||||
jit_core_headers = [
|
||||
"torch/csrc/utils/memory.h",
|
||||
"torch/csrc/Export.h",
|
||||
"torch/csrc/jit/frontend/source_range.h",
|
||||
"torch/csrc/jit/serialization/callstack_debug_info_serialization.h",
|
||||
|
Reference in New Issue
Block a user