pytorch/caffe2/core
Rong Rong 54022e4f9b add new build settings to torch.__config__ (#48380)
Summary:
many newly added build settings are not saved in torch.__config__. adding them to the mix.

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

Reviewed By: samestep

Differential Revision: D25161951

Pulled By: walterddr

fbshipit-source-id: 1d3dee033c93f2d1a7e2a6bcaf88aedafeac8d31
2020-12-01 14:16:36 -08:00
..
hip
nomnigraph Remove __future__ imports for legacy Python2 supports (#45033) 2020-09-23 17:57:02 -07:00
__init__.py
allocator.cc
allocator.h
blob.h
blob_gpu_test.cc
blob_serialization.cc
blob_serialization.h
blob_serialization_gpu.cc
blob_serializer_base.h
blob_stats.cc
blob_stats.h
blob_test.cc
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
common_gpu.h Clarify timing of GetDeviceProperty() (#46715) 2020-10-22 11:29:31 -07:00
common_omp.h
common_test.cc
context.cc
context.h pass TypeMeta by value (#45026) 2020-10-30 10:14:17 -07:00
context_base.cc
context_base.h pass TypeMeta by value (#45026) 2020-10-30 10:14:17 -07:00
context_gpu.cu
context_gpu.h pass TypeMeta by value (#45026) 2020-10-30 10:14:17 -07:00
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
distributions_stubs.h caffe2: use at::mt19937 instead of std::mt19937 (10x speedup) (#43987) 2020-10-16 16:08:35 -07:00
event.cc
event.h
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
export_caffe2_op_to_c10.h migrate export_caffe2_op_to_c10.h macros to the new dispatcher registration API, update code_analyzer regex (#48308) 2020-11-30 13:05:33 -08: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 add new build settings to torch.__config__ (#48380) 2020-12-01 14:16:36 -08:00
memonger.cc [caffe][memonger] Extend operator schema check to dag memonger (#48021) 2020-11-16 19:17:55 -08:00
memonger.h [caffe2] Allow memonger to optimize nets with inplace(enforced) ops (#46560) 2020-10-22 13:23:33 -07:00
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
net_async_base.h
net_async_scheduling.cc [caffe2] adds Cancel to OperatorBase and NetBase (#44145) 2020-09-11 12:50:26 -07:00
net_async_scheduling.h
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
net_simple.h
net_simple_refcount.cc
net_simple_refcount.h
net_simple_refcount_test.cc
net_test.cc
numa.cc
numa.h
observer.h
observer_test.cc
operator.cc
operator.h Fix a downcast (#47919) 2020-11-13 22:26:29 -08:00
operator_gpu_test.cc
operator_gradient.h
operator_schema.cc
operator_schema.h
operator_schema_test.cc
operator_test.cc
parallel_net_test.cc
plan_executor.cc pass TypeMeta by value (#45026) 2020-10-30 10:14:17 -07:00
plan_executor.h
plan_executor_test.cc [caffe2] plan_executor_test: add test case for should_stop loops (#47613) 2020-11-16 12:59:13 -08: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 Removing non-thread-safe log statement from ReinitializeTensor (#48185) 2020-11-18 17:42:22 -08:00
tensor.h pass TypeMeta by value (#45026) 2020-10-30 10:14:17 -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 pass TypeMeta by value (#45026) 2020-10-30 10:14:17 -07:00
types.h pass TypeMeta by value (#45026) 2020-10-30 10:14:17 -07:00
workspace.cc
workspace.h
workspace_test.cc