pytorch/c10/util
Louis Feng eb75cfb9c0 Back out "Revert D23323486: DPP Async Tracing" plus windows build fix. (#44702)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/44702

Original commit changeset: c6bd6d277aca

This diff caused windows build to fail due to a compiler bug in VS2019 (lambda capture constant int value). This back out works around the issue with explicit capture of const int value.

Test Plan: Tested and previously landed.

Reviewed By: mruberry

Differential Revision: D23703215

fbshipit-source-id: f9ef23be97540bc9cf78a855295fb8c69f360459
2020-09-16 11:32:11 -07:00
..
AlignOf.h
Array.cpp
Array.h
ArrayRef.h
Backtrace.cpp
Backtrace.h
BFloat16-inl.h
BFloat16-math.h
BFloat16.h
Bitset.h Fix find_first_set for x86 MSVC (Updated) (#38706) 2020-05-19 14:14:56 -07:00
C++17.cpp
C++17.h Simplify code with decltype(auto) (#30922) 2020-05-11 21:31:18 -07:00
complex.h Header rename complex_type.h -> complex.h (#39885) 2020-06-23 16:27:09 -07:00
complex_math.h Header rename complex_type.h -> complex.h (#39885) 2020-06-23 16:27:09 -07:00
complex_utils.h Rename is_complex_t -> is_complex (#39906) 2020-09-01 21:04:19 -07:00
ConstexprCrc.h
Deprecated.h
either.h
Exception.cpp
Exception.h add TypeError to c10 and fix segfault in error checking in Tensor constructor (#40106) 2020-06-22 13:42:44 -07:00
Flags.h
flags_use_gflags.cpp
flags_use_no_gflags.cpp
flat_hash_map.h
FunctionRef.h
Half-inl.h [pytorch] expose __ldg(const Half* ptr) to Clang in host mode (#38151) 2020-05-21 22:18:32 -07:00
Half.cpp
Half.h Rename is_complex_t -> is_complex (#39906) 2020-09-01 21:04:19 -07:00
hash.h Move torch/csrc/utils/hash.h to c10/util/hash.h. (#42503) 2020-08-29 17:47:00 -07:00
IdWrapper.h
in_place.h
intrusive_ptr.cpp
intrusive_ptr.h Set proper return type (#42454) 2020-08-07 19:22:35 -07:00
LeftRight.cpp
LeftRight.h
llvmMathExtras.h
Logging.cpp Move GLOG_ constants into c10 namespace (#41504) 2020-07-15 21:56:00 -07:00
Logging.h
logging_is_google_glog.h
logging_is_not_google_glog.h Move GLOG_ constants into c10 namespace (#41504) 2020-07-15 21:56:00 -07:00
math_compat.h [numpy] Add torch.exp2 (#44184) 2020-09-14 04:05:37 -07:00
Metaprogramming.cpp
Metaprogramming.h tuple_map / tuple_concat (#42326) 2020-08-03 19:19:47 -07:00
numa.cpp
numa.h
Optional.cpp
Optional.h Upgrade cpp docs Sphinx/breathe/exhale to latest version (#41312) 2020-07-14 15:35:43 -07:00
order_preserving_flat_hash_map.h
python_stub.h
qint8.h
qint32.h
quint8.h
Registry.h
reverse_iterator.h Simplify code with decltype(auto) (#30922) 2020-05-11 21:31:18 -07:00
SmallVector.cpp
SmallVector.h Back out "Revert D23323486: DPP Async Tracing" plus windows build fix. (#44702) 2020-09-16 11:32:11 -07:00
sparse_bitset.h
string_utils.h Add better device idx parse checks (#37376) 2020-05-14 09:07:12 -07:00
string_view.h
StringUtil.cpp
StringUtil.h
tempfile.h
thread_name.cpp
thread_name.h
ThreadLocalDebugInfo.cpp Move ThreadLocalDebugInfo to c10 (#37774) 2020-05-11 19:27:41 -07:00
ThreadLocalDebugInfo.h Fix attribute warning on gcc (#38988) 2020-05-27 11:59:06 -07:00
Type.cpp
Type.h
TypeCast.h Rename is_complex_t -> is_complex (#39906) 2020-09-01 21:04:19 -07:00
typeid.cpp
typeid.h
TypeIndex.h
TypeList.cpp
TypeList.h Make operators with optional Tensor? arguments c10-full (#41610) 2020-07-31 16:09:08 -07:00
TypeTraits.cpp
TypeTraits.h
UniqueVoidPtr.cpp
UniqueVoidPtr.h
variant.h