pytorch/c10/core
Aaron Gokaslan 700941f683 Fixup c10 headers with clang-tidy (#91407)
Clang-tidy was not applied properly to headers in c10 as documented #91406. These are the easy automated fixes that came out of applying clang-tidy to the c10 part of the code base. cc @ezyang
Pull Request resolved: https://github.com/pytorch/pytorch/pull/91407
Approved by: https://github.com/ezyang
2022-12-28 11:12:22 +00:00
..
impl Fix: Apply clang-tidy to c10/core (#90699) 2022-12-13 12:07:36 +00:00
alignment.h
Allocator.cpp [PyTorch] Reporting OOM events to the Pytorch Profiler. (#80050) 2022-07-20 16:51:39 +00:00
Allocator.h Fixup c10 headers with clang-tidy (#91407) 2022-12-28 11:12:22 +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
build.bzl
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
DeviceGuard.h
DeviceType.cpp Fix: Apply clang-tidy to c10/core (#90699) 2022-12-13 12:07: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 Fixup c10 headers with clang-tidy (#91407) 2022-12-28 11:12:22 +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 Fixup c10 headers with clang-tidy (#91407) 2022-12-28 11:12:22 +00:00
Layout.h
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 Fixup c10 headers with clang-tidy (#91407) 2022-12-28 11:12:22 +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 Fixup c10 headers with clang-tidy (#91407) 2022-12-28 11:12:22 +00:00
SymNodeImpl.cpp Unify SymIntNode and SymFloatNode into SymNode (#87817) 2022-10-27 20:56:02 +00:00
SymNodeImpl.h Add missing overload for ivalue toSym(Int|Float) (#91405) 2022-12-28 11:07:37 +00:00
TensorImpl.cpp Fix: Apply clang-tidy to c10/core (#90699) 2022-12-13 12:07:36 +00:00
TensorImpl.h SymIntify resize_ and deduplicate memory format logic (#90442) 2022-12-11 14:38:38 +00:00
TensorOptions.cpp
TensorOptions.h Fixup c10 headers with clang-tidy (#91407) 2022-12-28 11:12:22 +00:00
thread_pool.cpp
thread_pool.h
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