..
AbortHandler.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
accumulate.h
[Reland] [11/N] Enable clang-tidy warnings on c10/util/*.h ( #116751 )
2024-01-08 11:07:58 +00:00
AlignOf.h
[10/N] Fixes clang-tidy warnings in c10/util/*.h ( #116326 )
2023-12-23 04:59:55 +00:00
ApproximateClock.cpp
[c10] Move profiler clock to libc10 for timestamps ( #111972 )
2023-10-27 16:18:40 +00:00
ApproximateClock.h
[Reland] [11/N] Enable clang-tidy warnings on c10/util/*.h ( #116751 )
2024-01-08 11:07:58 +00:00
Array.h
Move array_of helper to c10/util ( #116749 )
2024-01-04 21:58:32 +00:00
ArrayRef.h
[Reland] [11/N] Enable clang-tidy warnings on c10/util/*.h ( #116751 )
2024-01-08 11:07:58 +00:00
Backtrace.cpp
Backtrace.h
Revert "[1/N] Cleanup header inclusions in torch_cpu by iwyu ( #101178 )"
2023-09-25 20:05:25 +00:00
BFloat16-inl.h
BFloat16-math.h
Remove use of math_compat.h ( #116167 )
2024-01-19 03:37:55 +00:00
BFloat16.h
Add missing cstdint includes ( #116458 )
2023-12-29 18:30:26 +00:00
bit_cast.h
[5/N] Fixes clang-tidy warnings in c10/{core,util}/*.h ( #115354 )
2023-12-09 17:16:04 +00:00
bits.h
Bitset.h
[10/N] Fixes clang-tidy warnings in c10/util/*.h ( #116326 )
2023-12-23 04:59:55 +00:00
BUILD.bazel
build.bzl
C++17.cpp
C++17.h
[ROCm] replace ROCmLoops.cuh with hipified CUDALoops.cuh ( #120101 )
2024-02-22 21:57:36 +00:00
CallOnce.h
[10/N] Fixes clang-tidy warnings in c10/util/*.h ( #116326 )
2023-12-23 04:59:55 +00:00
complex_math.cpp
Remove use of math_compat.h ( #116167 )
2024-01-19 03:37:55 +00:00
complex_math.h
[codemod][lowrisk] Remove extra semi colon from caffe2/c10/util/Float8_e5m2.h ( #115761 )
2024-01-04 02:02:26 +00:00
complex_utils.h
complex.h
[C10] Mark Complex::imag as C10_HOST_DEVICE ( #116877 )
2024-01-05 21:17:05 +00:00
ConstexprCrc.h
[Reland] [11/N] Enable clang-tidy warnings on c10/util/*.h ( #116751 )
2024-01-08 11:07:58 +00:00
copysign.h
Remove use of math_compat.h ( #116167 )
2024-01-19 03:37:55 +00:00
DeadlockDetection.cpp
Enable nested namespace check in clang-tidy ( #118506 )
2024-01-31 00:32:35 +00:00
DeadlockDetection.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
Deprecated.h
DimVector.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
env.h
[10/N] Fixes clang-tidy warnings in c10/util/*.h ( #116326 )
2023-12-23 04:59:55 +00:00
Exception.cpp
[Reland 1] Cleanup header inclusions in torch_cpu by iwyu ( #112311 )
2023-11-19 04:06:36 +00:00
Exception.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
ExclusivelyOwned.h
[Reland] [11/N] Enable clang-tidy warnings on c10/util/*.h ( #116751 )
2024-01-08 11:07:58 +00:00
ExclusivelyOwnedTensorTraits.h
[10/N] Fixes clang-tidy warnings in c10/util/*.h ( #116326 )
2023-12-23 04:59:55 +00:00
FbcodeMaps.h
flags_use_gflags.cpp
adjust header inclusions in C10 as sugguested by IWYU ( #102467 )
2023-05-31 19:19:10 +00:00
flags_use_no_gflags.cpp
Flags.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
flat_hash_map.h
[Reland] [11/N] Enable clang-tidy warnings on c10/util/*.h ( #116751 )
2024-01-08 11:07:58 +00:00
Float8_e4m3fn-inl.h
[2/N] Fixes clang-tidy warnings in header files ( #113727 )
2023-11-16 13:21:15 +00:00
Float8_e4m3fn.cpp
[10/N] Fixes clang-tidy warnings in c10/util/*.h ( #116326 )
2023-12-23 04:59:55 +00:00
Float8_e4m3fn.h
Remove unused c10/util/C++17.h inclusion and outdated checks ( #120149 )
2024-02-17 14:28:17 +00:00
Float8_e4m3fnuz-inl.h
additional support for float8_e4m3fnuz and _e5m2fnuz ( #115214 )
2024-01-22 18:33:41 +00:00
Float8_e4m3fnuz.cpp
additional support for float8_e4m3fnuz and _e5m2fnuz ( #115214 )
2024-01-22 18:33:41 +00:00
Float8_e4m3fnuz.h
Remove unused c10/util/C++17.h inclusion and outdated checks ( #120149 )
2024-02-17 14:28:17 +00:00
Float8_e5m2-inl.h
[2/N] Fixes clang-tidy warnings in header files ( #113727 )
2023-11-16 13:21:15 +00:00
Float8_e5m2.cpp
Add torch.float8_e5m2 and torch.float8_e4m3 data types ( #104242 )
2023-07-20 16:09:11 +00:00
Float8_e5m2.h
[codemod][lowrisk] Remove extra semi colon from caffe2/c10/util/Float8_e5m2.h ( #115761 )
2024-01-04 02:02:26 +00:00
Float8_e5m2fnuz-inl.h
additional support for float8_e4m3fnuz and _e5m2fnuz ( #115214 )
2024-01-22 18:33:41 +00:00
Float8_e5m2fnuz.cpp
additional support for float8_e4m3fnuz and _e5m2fnuz ( #115214 )
2024-01-22 18:33:41 +00:00
Float8_e5m2fnuz.h
Remove unused c10/util/C++17.h inclusion and outdated checks ( #120149 )
2024-02-17 14:28:17 +00:00
Float8_fnuz_cvt.h
additional support for float8_e4m3fnuz and _e5m2fnuz ( #115214 )
2024-01-22 18:33:41 +00:00
floating_point_utils.h
[10/N] Fixes clang-tidy warnings in c10/util/*.h ( #116326 )
2023-12-23 04:59:55 +00:00
FunctionRef.h
[10/N] Fixes clang-tidy warnings in c10/util/*.h ( #116326 )
2023-12-23 04:59:55 +00:00
generic_math.h
Fix c10::div_floor_floating compile error ( #115647 )
2023-12-20 00:09:01 +00:00
Half-inl.h
Construct c10::Half from float16_t on ARMv8 ( #120425 )
2024-02-23 04:22:45 +00:00
Half.cpp
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
Half.h
Construct c10::Half from float16_t on ARMv8 ( #120425 )
2024-02-23 04:22:45 +00:00
hash.h
improve CUDACachingAllocator lock contention ( #118550 )
2024-02-04 16:45:25 +00:00
IdWrapper.h
[Reland] [11/N] Enable clang-tidy warnings on c10/util/*.h ( #116751 )
2024-01-08 11:07:58 +00:00
int128.cpp
increase clang-tidy coverage to more c10 source files ( #102902 )
2023-06-04 06:33:01 +00:00
int128.h
[10/N] Fixes clang-tidy warnings in c10/util/*.h ( #116326 )
2023-12-23 04:59:55 +00:00
intrusive_ptr.cpp
intrusive_ptr.h
c10:intrusive_ptr, self assignment ( #119275 )
2024-03-06 01:11:56 +00:00
irange.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
LeftRight.cpp
LeftRight.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
llvmMathExtras.h
[Reland] [11/N] Enable clang-tidy warnings on c10/util/*.h ( #116751 )
2024-01-08 11:07:58 +00:00
Load.h
[2/N] Fixes clang-tidy warnings in header files ( #113727 )
2023-11-16 13:21:15 +00:00
logging_is_google_glog.h
logging_is_not_google_glog.h
[RELAND] Remove some unnecessary <iostream> includes from headers ( #108150 )
2023-09-20 21:55:15 +00:00
Logging.cpp
Restore timestamps on C++ logs without glog ( #121384 )
2024-03-12 17:01:32 +00:00
Logging.h
[BE] Delete GCC-7 ICE workarounds ( #120122 )
2024-02-20 00:31:20 +00:00
MathConstants.cpp
MathConstants.h
MaybeOwned.h
[Reland] [11/N] Enable clang-tidy warnings on c10/util/*.h ( #116751 )
2024-01-08 11:07:58 +00:00
Metaprogramming.cpp
Metaprogramming.h
[10/N] Fixes clang-tidy warnings in c10/util/*.h ( #116326 )
2023-12-23 04:59:55 +00:00
numa.cpp
Enable misc clang-tidy checks ( #110283 )
2023-09-30 10:39:52 +00:00
numa.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
Optional.cpp
[PyTorch] Redirect c10::optional to std::optional ( #101995 )
2023-11-30 02:46:41 +00:00
Optional.h
[Reland] [11/N] Enable clang-tidy warnings on c10/util/*.h ( #116751 )
2024-01-08 11:07:58 +00:00
OptionalArrayRef.h
[Reland] [11/N] Enable clang-tidy warnings on c10/util/*.h ( #116751 )
2024-01-08 11:07:58 +00:00
order_preserving_flat_hash_map.h
[Reland] [11/N] Enable clang-tidy warnings on c10/util/*.h ( #116751 )
2024-01-08 11:07:58 +00:00
overloaded.h
[10/N] Fixes clang-tidy warnings in c10/util/*.h ( #116326 )
2023-12-23 04:59:55 +00:00
ParallelGuard.cpp
Avoid COW materialization in at::parallel_for/parallel_reduce ( #120455 )
2024-03-01 05:05:28 +00:00
ParallelGuard.h
Avoid COW materialization in at::parallel_for/parallel_reduce ( #120455 )
2024-03-01 05:05:28 +00:00
python_stub.h
qint8.h
qint32.h
quint2x4.h
quint4x2.h
quint8.h
Registry.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
safe_numerics.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
ScopeExit.h
[Reland] [11/N] Enable clang-tidy warnings on c10/util/*.h ( #116751 )
2024-01-08 11:07:58 +00:00
signal_handler.cpp
use condition_variable and wait_until in nccl dump on timeout ( #120544 )
2024-02-28 00:06:08 +00:00
signal_handler.h
use condition_variable and wait_until in nccl dump on timeout ( #120544 )
2024-02-28 00:06:08 +00:00
SmallBuffer.h
[Clang-tidy header][21/N] Fix clang-tidy warnings in aten/src/ATEN/*.{cpp,h} ( #120763 )
2024-03-03 23:18:43 +00:00
SmallVector.cpp
increase clang-tidy coverage to more c10 source files ( #102902 )
2023-06-04 06:33:01 +00:00
SmallVector.h
[7/N] Fixes clang-tidy warnings in c10/{core,util}/*.h ( #115495 )
2023-12-19 02:14:30 +00:00
sparse_bitset.h
[10/N] Fixes clang-tidy warnings in c10/util/*.h ( #116326 )
2023-12-23 04:59:55 +00:00
ssize.h
[10/N] Fixes clang-tidy warnings in c10/util/*.h ( #116326 )
2023-12-23 04:59:55 +00:00
static_tracepoint_elfx86.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
static_tracepoint.h
[caffe2][SDT] Check whether TORCH_DISABLE_SDT macro is defined before referencing it ( #107149 )
2023-08-16 19:52:12 +00:00
strides.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
string_utils.h
[Reland] [11/N] Enable clang-tidy warnings on c10/util/*.h ( #116751 )
2024-01-08 11:07:58 +00:00
string_view.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
StringUtil.cpp
[Caffe2] Fix bug in str on wide types ( #117531 )
2024-01-29 20:11:37 +00:00
StringUtil.h
[Caffe2] Fix bug in str on wide types ( #117531 )
2024-01-29 20:11:37 +00:00
strong_type.h
Synchronized.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
tempfile.cpp
[Reland] fix c10:TempFile APIs on Windows ( #108508 )
2023-09-10 16:58:41 +00:00
tempfile.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
thread_name.cpp
thread_name.h
ThreadLocal.h
ThreadLocalDebugInfo.cpp
ThreadLocalDebugInfo.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
Type_demangle.cpp
[Reland 1] Cleanup header inclusions in torch_cpu by iwyu ( #112311 )
2023-11-19 04:06:36 +00:00
Type_no_demangle.cpp
[2/N] Cleanup header inclusions in torch_cpu by iwyu ( #109964 )
2023-11-19 20:56:32 +00:00
Type.h
[T153220354] Fix header inclusions in c10 ( #1541 ) ( #101846 )
2023-05-20 19:35:14 +00:00
TypeCast.cpp
TypeCast.h
[Reland] [11/N] Enable clang-tidy warnings on c10/util/*.h ( #116751 )
2024-01-08 11:07:58 +00:00
typeid.cpp
typeid.h
Add unsigned integer dtypes to PyTorch ( #116594 )
2024-01-07 07:40:49 +00:00
TypeIndex.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
TypeList.cpp
TypeList.h
Remove unused c10/util/C++17.h inclusion and outdated checks ( #120149 )
2024-02-17 14:28:17 +00:00
TypeSafeSignMath.h
Revert "[11/N] Enable clang-tidy warnings on c10/util/*.h ( #116353 )"
2024-01-03 22:22:11 +00:00
TypeTraits.cpp
TypeTraits.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
Unicode.cpp
Unicode.h
UniqueVoidPtr.cpp
Enable nested namespace check in clang-tidy ( #118506 )
2024-01-31 00:32:35 +00:00
UniqueVoidPtr.h
[9/N] Fixes clang-tidy warnings in c10/util/*.h ( #116185 )
2023-12-22 09:35:44 +00:00
Unroll.h
add int4 packed gemm support on CPU device ( #117475 )
2024-03-06 16:25:53 +00:00
win32-headers.h