pytorch/caffe2/core
Nikita Shulga 2ae74c0632 Compile less legacy code when BUILD_CAFFE2 is set to False (take 2) (#44453)
Summary:
2nd attempt to land https://github.com/pytorch/pytorch/pull/44079

Pull Request resolved: https://github.com/pytorch/pytorch/pull/44453

Reviewed By: walterddr, seemethere

Differential Revision: D23619528

Pulled By: malfet

fbshipit-source-id: c7c206ebd327dcf3994789bd47008b05ff862fe7
2020-09-11 16:27:47 -07:00
..
hip
nomnigraph remediation of S205607 2020-07-17 17:19:47 -07:00
__init__.py remediation of S205607 2020-07-17 17:19:47 -07:00
allocator.cc
allocator.h
blob.h
blob_gpu_test.cc
blob_serialization.cc [MemLeak] Fix memory leak from releasing unique ptr (#41883) 2020-07-22 16:54:19 -07:00
blob_serialization.h
blob_serialization_gpu.cc
blob_serializer_base.h
blob_stats.cc
blob_stats.h
blob_test.cc [caffe2] Enable copying for caffe2::Tensor (#36468) 2020-04-13 21:41:52 -07:00
CMakeLists.txt Compile less legacy code when BUILD_CAFFE2 is set to False (take 2) (#44453) 2020-09-11 16:27:47 -07:00
common.cc
common.h
common_cudnn.cc
common_cudnn.h
common_gpu.cc [c10/cuda] Reorganize device_count() and robustly surface ASAN warnings (#42249) 2020-08-05 11:39:31 -07:00
common_gpu.h fix asserts in cuda code (#39047) 2020-05-28 15:51:38 -07:00
common_omp.h
common_test.cc
context.cc
context.h caffe2: expose CPUContext RandSeed for backwards compatibility with external RNG (#43239) 2020-08-21 19:36:38 -07:00
context_base.cc
context_base.h
context_gpu.cu [c10/cuda] Reorganize device_count() and robustly surface ASAN warnings (#42249) 2020-08-05 11:39:31 -07:00
context_gpu.h
context_gpu_test.cc
context_test.cc
cudnn_wrappers.h
db.cc Properly format db.h and db.cc (#43027) 2020-08-24 18:29:45 -07:00
db.h Properly format db.h and db.cc (#43027) 2020-08-24 18:29:45 -07:00
event.cc
event.h Back out "Revert D20449887: [dt][caffe2] enable using smart exceptions in async nets" (#36172) 2020-04-13 11:31:52 -07:00
event_cpu.h
event_gpu.cc
event_gpu_test.cc
event_test.cc
export_c10_op_to_caffe2.cc
export_c10_op_to_caffe2.h Remove callBoxedWorkaround (#36850) 2020-04-24 23:13:31 -07:00
export_caffe2_op_to_c10.h [c10] Fix the hanlding for Caffe2 ops which return tensor list (#36841) 2020-04-18 13:30:43 -07:00
flags.h
graph.cc
graph.h
graph_test.cc
init.cc
init.h
init_denormals.cc
init_intrinsics_check.cc
init_omp.cc
init_test.cc
int8_serialization.cc
logging.h
macros.h
macros.h.in [pytorch] deprecate static dispatch (#43564) 2020-08-27 14:52:48 -07:00
memonger.cc
memonger.h
module.cc
module.h
module_test.cc
net.cc [caffe2] adds Cancel to OperatorBase and NetBase (#44145) 2020-09-11 12:50:26 -07:00
net.h [caffe2] adds Cancel to OperatorBase and NetBase (#44145) 2020-09-11 12:50:26 -07:00
net_async_base.cc Back out "Revert D20449887: [dt][caffe2] enable using smart exceptions in async nets" (#36172) 2020-04-13 11:31:52 -07:00
net_async_base.h Back out "Revert D20449887: [dt][caffe2] enable using smart exceptions in async nets" (#36172) 2020-04-13 11:31:52 -07:00
net_async_scheduling.cc [caffe2] adds Cancel to OperatorBase and NetBase (#44145) 2020-09-11 12:50:26 -07:00
net_async_scheduling.h caffe2/core/plan_executor: add cancellation of async nets on error + propagate exceptions via std::exception_ptr for stack traces (#31966) 2020-04-09 14:38:18 -07:00
net_async_task.cc
net_async_task.h
net_async_task_future.cc
net_async_task_future.h
net_async_task_graph.cc
net_async_task_graph.h
net_async_tracing.cc
net_async_tracing.h
net_async_tracing_test.cc
net_dag_utils.cc
net_dag_utils.h
net_dag_utils_test.cc
net_gpu_test.cc
net_parallel.cc
net_parallel.h
net_simple.cc Wait for all op types in SimpleNet (#39493) 2020-06-11 13:00:34 -07:00
net_simple.h
net_simple_refcount.cc
net_simple_refcount.h
net_simple_refcount_test.cc
net_test.cc Back out "Revert D20449887: [dt][caffe2] enable using smart exceptions in async nets" (#36172) 2020-04-13 11:31:52 -07:00
numa.cc
numa.h
observer.h
observer_test.cc
operator.cc Move OperatorBase::AddRelatedBlobInfo implementation to .cc file (#40844) 2020-07-01 11:48:15 -07:00
operator.h [caffe2] adds Cancel to OperatorBase and NetBase (#44145) 2020-09-11 12:50:26 -07:00
operator_gpu_test.cc
operator_gradient.h
operator_schema.cc Move OperatorSchema default inference function implementations to .cc… (#40845) 2020-07-01 11:42:52 -07:00
operator_schema.h Move OperatorSchema default inference function implementations to .cc… (#40845) 2020-07-01 11:42:52 -07:00
operator_schema_test.cc
operator_test.cc Make msg() and msg_with_backtrace() private (#37094) 2020-05-04 11:54:34 -07:00
parallel_net_test.cc [Caffe2] Increase timing threshold to 50 ms on Windows (#37892) 2020-05-05 19:45:36 -07:00
plan_executor.cc [caffe2] adds Cancel to OperatorBase and NetBase (#44145) 2020-09-11 12:50:26 -07:00
plan_executor.h
plan_executor_test.cc caffe2/core/plan_executor: add cancellation of async nets on error + propagate exceptions via std::exception_ptr for stack traces (#31966) 2020-04-09 14:38:18 -07:00
prof_dag_counters.cc
prof_dag_counters.h
qtensor.cc
qtensor.h
qtensor_serialization.cc
qtensor_serialization.h
scope_guard.h
static_tracepoint.h
static_tracepoint_elfx86.h
stats.cc
stats.h
stats_test.cc
storage.h
tensor.cc Remove datatype from Storage and StorageImpl (#38870) 2020-05-21 15:26:08 -07:00
tensor.h Rename capacity to nbytes in ShareExternalPointer to avoid confusion in future (#41461) 2020-07-15 22:04:18 -07:00
tensor_impl.h
tensor_int8.cc
tensor_int8.h
test_utils.cc
test_utils.h
timer.h
timer_test.cc
transform.cc
transform.h
transform_test.cc
types.cc
types.h
workspace.cc Wait for all op types in SimpleNet (#39493) 2020-06-11 13:00:34 -07:00
workspace.h
workspace_test.cc