pytorch/c10/core
Edward Z. Yang e33f1eeeb7 SymIntify resize_ and deduplicate memory format logic (#90442)
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/90442
Approved by: https://github.com/bdhirsh
2022-12-11 14:38:38 +00:00
..
impl Remove deprecated usage of is_pod/is_pod_v (#88918) 2022-12-05 16:50:00 +00:00
alignment.h extract out //c10/core:alignment (#70858) 2022-01-27 07:34:52 +00:00
Allocator.cpp [PyTorch] Reporting OOM events to the Pytorch Profiler. (#80050) 2022-07-20 16:51:39 +00:00
Allocator.h [PyTorch] Reporting OOM events to the Pytorch Profiler. (#80050) 2022-07-20 16:51:39 +00:00
AutogradState.cpp Add Context Manager for Disabling Multithreading in Backwards, use in aot autograd (#86245) 2022-10-06 03:27:42 +00:00
AutogradState.h Add Context Manager for Disabling Multithreading in Backwards, use in aot autograd (#86245) 2022-10-06 03:27:42 +00:00
Backend.h Add Meta backend 2022-06-09 15:28:46 +00:00
BUILD.bazel extract //c10/core:ScalarType to its own library (#70855) 2022-01-26 16:31:26 +00:00
build.bzl define //c10/core:CPUAllocator target (#70862) 2022-01-27 07:34:53 +00:00
CompileTimeFunctionPointer.h
CopyBytes.cpp
CopyBytes.h
CPUAllocator.cpp [PyTorch] Reporting OOM events to the Pytorch Profiler. (#80050) 2022-07-20 16:51:39 +00:00
CPUAllocator.h [PyTorch] Reporting OOM events to the Pytorch Profiler. (#80050) 2022-07-20 16:51:39 +00:00
DefaultDtype.cpp
DefaultDtype.h
DefaultTensorOptions.h
Device.cpp Reland "add an API for external backends to register custom device names (#86992)" (#87453) 2022-10-21 16:51:36 +00:00
Device.h Mark IPU device as not supports_as_strided (#89130) 2022-11-23 19:51:53 +00:00
DeviceArray.h Remove native_functions.yaml dependency from TensorModeKernel.cu (#66913) 2021-11-30 04:22:09 -08:00
DeviceGuard.h
DeviceType.cpp Reland "add an API for external backends to register custom device names (#86992)" (#87453) 2022-10-21 16:51:36 +00:00
DeviceType.h Reland "add an API for external backends to register custom device names (#86992)" (#87453) 2022-10-21 16:51:36 +00:00
DispatchKey.cpp Adding dispatch alias 'FuncTorchBatchedDecomposition' (#88771) 2022-12-02 04:38:28 +00:00
DispatchKey.h Adding dispatch alias 'FuncTorchBatchedDecomposition' (#88771) 2022-12-02 04:38:28 +00:00
DispatchKeySet.cpp Adding dispatch alias 'FuncTorchBatchedDecomposition' (#88771) 2022-12-02 04:38:28 +00:00
DispatchKeySet.h Adding dispatch alias 'FuncTorchBatchedDecomposition' (#88771) 2022-12-02 04:38:28 +00:00
DynamicCast.h Always convert truthy booleans to 1 2022-06-07 16:00:30 +00:00
Event.h
GeneratorImpl.cpp [caffe2] drop XROS ports (#76366) 2022-04-26 23:54:22 +00:00
GeneratorImpl.h
GradMode.cpp
GradMode.h
InferenceMode.cpp
InferenceMode.h Add Context Manager for Disabling Multithreading in Backwards, use in aot autograd (#86245) 2022-10-06 03:27:42 +00:00
Layout.h Introduce sparse compressed layouts: SparseCsr, SparseBsr, SparseBsc 2022-04-15 03:55:32 +00:00
MemoryFormat.h SymIntify resize_ and deduplicate memory format logic (#90442) 2022-12-11 14:38:38 +00:00
OptionalRef.h
PyHandleCache.h Optimize torch.ops.ns.opname.overload accessor in torch dispatch (#85132) 2022-09-16 20:21:03 +00:00
QEngine.h [Quant] Add unified x86 quant backend (#84329) 2022-09-29 00:44:40 +00:00
QScheme.h
SafePyObject.cpp Python Dispatcher integration with C++ dispatcher (#85050) 2022-09-15 00:43:36 +00:00
SafePyObject.h Python Dispatcher integration with C++ dispatcher (#85050) 2022-09-15 00:43:36 +00:00
Scalar.cpp Add SymInt to Scalar (#84958) 2022-09-25 23:51:06 +00:00
Scalar.h Unify SymIntNode and SymFloatNode into SymNode (#87817) 2022-10-27 20:56:02 +00:00
ScalarType.h simplify implementation of c10::isIntegralType (#90193) 2022-12-09 12:22:06 +00:00
ScalarTypeToTypeMeta.h Cleanup ATen-core forward declarations 2022-05-02 14:50:48 +00:00
Storage.cpp
Storage.h Fix: [ATen] Add some missing moves (#88514) 2022-11-13 22:05:41 +00:00
StorageImpl.cpp
StorageImpl.h Fix: [ATen] Add some missing moves (#88514) 2022-11-13 22:05:41 +00:00
Stream.cpp
Stream.h
StreamGuard.h
SymFloat.cpp Call _sdp_attention in nn.functional.mha (#89470) 2022-12-02 19:46:22 +00:00
SymFloat.h Call _sdp_attention in nn.functional.mha (#89470) 2022-12-02 19:46:22 +00:00
SymInt.cpp (fix): Add some missing std::moves to C10 (#88512) 2022-11-07 22:17:13 +00:00
SymInt.h Reland "SymIntify convolution backend calculation (#89069)"" (#89142) 2022-11-16 21:41:47 +00:00
SymIntArrayRef.cpp Inline asIntArrayRef (#86350) 2022-10-06 14:55:03 +00:00
SymIntArrayRef.h Inline asIntArrayRef (#86350) 2022-10-06 14:55:03 +00:00
SymNodeImpl.cpp Unify SymIntNode and SymFloatNode into SymNode (#87817) 2022-10-27 20:56:02 +00:00
SymNodeImpl.h Fix XLA symbolic shapes binding (#88928) 2022-11-13 00:31:27 +00:00
TensorImpl.cpp SymIntify resize_ and deduplicate memory format logic (#90442) 2022-12-11 14:38:38 +00:00
TensorImpl.h SymIntify resize_ and deduplicate memory format logic (#90442) 2022-12-11 14:38:38 +00:00
TensorOptions.cpp
TensorOptions.h Get TensorOptions.h using the FORALL macros to reduce manual code (#81789) 2022-07-21 21:23:55 +00:00
thread_pool.cpp
thread_pool.h [warnings][Caffe2] Suppress warnings in caffe2 headers (#71196) 2022-01-12 10:16:35 -08:00
UndefinedTensorImpl.cpp Revert "Revert "Redo how custom/python_custom methods on TensorImpl work (#84796)" (#84806) 2022-09-10 06:17:35 +00:00
UndefinedTensorImpl.h Revert "Revert "Redo how custom/python_custom methods on TensorImpl work (#84796)" (#84806) 2022-09-10 06:17:35 +00:00
WrapDimMinimal.cpp Fix: [ATen] Add some missing moves (#88514) 2022-11-13 22:05:41 +00:00
WrapDimMinimal.h Fix: [ATen] Add some missing moves (#88514) 2022-11-13 22:05:41 +00:00