pytorch/c10/util
Sebastian Messmer f0072b3af5 Remove C++11 compatibility from c10::optional (#30919)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/30919

deletecode
ghstack-source-id: 96383227

Test Plan: waitforsandcastle

Differential Revision: D18869641

fbshipit-source-id: c08345d17a291cea3749af20473b6acddc78ab27
2020-01-08 09:19:59 -08:00
..
AlignOf.h Move AlignOf, SmallVector and ArrayRef to c10. 2018-11-14 11:13:16 -08:00
Array.cpp Move some files to c10/util (#12245) 2018-10-15 16:25:12 -07:00
Array.h Remove c++14-conditional constexpr (#30916) 2020-01-07 16:40:11 -08:00
ArrayRef.h Remove c++14-conditional constexpr (#30916) 2020-01-07 16:40:11 -08:00
Backtrace.cpp Move exception to C10 (#12354) 2018-10-15 13:33:18 -07:00
Backtrace.h Move exception to C10 (#12354) 2018-10-15 13:33:18 -07:00
BFloat16-inl.h Enable log_softmax and CrossEntropyLoss for bfloat16 (#24457) 2019-09-09 09:19:47 -07:00
BFloat16.h Enable log_softmax and CrossEntropyLoss for bfloat16 (#24457) 2019-09-09 09:19:47 -07:00
C++17.cpp Move some files to c10/util (#12245) 2018-10-15 16:25:12 -07:00
C++17.h Make c10::util::get_fully_qualified_type_name() backwards compatible with clang 4 (#31351) 2020-01-07 17:07:54 -08:00
Complex.h CPU-Strided-Complex Fixes for real and imag ops (#29840) 2019-11-19 09:21:44 -08:00
ConstexprCrc.h Remove C++11 compatibility from c10::util::crc64_t (#30920) 2019-12-15 23:43:02 -08:00
Deprecated.h get rid of choco install (#30897) 2019-12-27 13:12:04 -08:00
either.h Replace c10::guts::stuff with std::stuff (#30915) 2019-12-16 13:57:19 -08:00
Exception.cpp Wrap warning handler in a function to avoid siof (#30800) 2019-12-05 11:22:15 -08:00
Exception.h Rename TORCH_DCHECK to TORCH_INTERNAL_ASSERT_DEBUG_ONLY (#31917) 2020-01-07 17:28:47 -08:00
flags_use_gflags.cpp
flags_use_no_gflags.cpp
Flags.h Using c10 namespace across caffe2. (#12714) 2018-10-17 12:57:19 -07:00
flat_hash_map.h #include <stdexcept> into flat_hash_map.h (#27478) 2019-10-07 19:24:07 -07:00
FunctionRef.h Convert TensorIterator to use function_ref, a lightweight alternative to std::function. (#26592) 2019-09-25 14:48:50 -07:00
Half-inl.h Correctly gate __CUDA_ARCH__ with defined() (#25729) 2019-09-06 09:42:15 -07:00
Half.cpp QTensor (#18230) 2019-04-03 13:17:11 -07:00
Half.h Replace c10::guts::stuff with std::stuff (#30915) 2019-12-16 13:57:19 -08:00
IdWrapper.h Back out "Revert D17936166: [wip] Constexpr type ids" (#28155) 2019-10-16 18:24:04 -07:00
in_place.h Use torch::variant for enums in C++ API 2019-10-16 22:40:57 -07:00
intrusive_ptr.cpp Move intrusive_ptr to c10/util 2018-11-21 23:08:49 -08:00
intrusive_ptr.h Rename TORCH_DCHECK to TORCH_INTERNAL_ASSERT_DEBUG_ONLY (#31917) 2020-01-07 17:28:47 -08:00
LeftRight.cpp Move LeftRight to c10/util 2018-11-05 17:39:16 -08:00
LeftRight.h Remove memory ordering from LeftRight (#31026) 2020-01-08 08:59:30 -08:00
llvmMathExtras.h Fix the arithmetic overflow issue for MSVC (#27596) 2019-10-09 09:31:23 -07:00
logging_is_google_glog.h Remove CAFFE2_USE_MINIMAL_GOOGLE_GLOG (#12938) 2018-10-22 13:37:38 -07:00
logging_is_not_google_glog.h Fix DCHECK to handle dangling else (#18295) 2019-03-22 14:04:29 -07:00
Logging.cpp Update the descriptive error message for enforce fail (#31575) 2020-01-03 13:53:20 -08:00
Logging.h Update the descriptive error message for enforce fail (#31575) 2020-01-03 13:53:20 -08:00
math_compat.h Introduce math_compat.h for older Android versions (#28567) 2019-11-04 17:26:17 -08:00
Metaprogramming.cpp Move some files to c10/util (#12245) 2018-10-15 16:25:12 -07:00
Metaprogramming.h Remove c++11 examples from doc comments (#30925) 2019-12-17 14:58:22 -08:00
numa.cpp Remove duplicated Numa detection code. (#30628) 2020-01-03 08:48:46 -08:00
numa.h Move numa.{h, cc} to c10/util (#15024) 2018-12-12 12:21:10 -08:00
Optional.cpp Move exception to C10 (#12354) 2018-10-15 13:33:18 -07:00
Optional.h Remove C++11 compatibility from c10::optional (#30919) 2020-01-08 09:19:59 -08:00
order_preserving_flat_hash_map.h Replace c10::guts::stuff with std::stuff (#30915) 2019-12-16 13:57:19 -08:00
python_stub.h Move pyobj_ to TensorImpl (#18225) 2019-03-23 12:50:38 -07:00
qint8.h Add qint8 type (int8_t) (#19984) 2019-05-17 20:35:05 -07:00
qint32.h Add QInt32 ScalarType and qint32 data type (#19816) 2019-05-15 18:50:18 -07:00
quint8.h Rename qint8 data type (#19932) 2019-05-16 18:09:28 -07:00
Registry.h Lightweight at-most-once logging for API usage (#20745) 2019-05-23 23:17:59 -07:00
reverse_iterator.h Remove c++14-conditional constexpr (#30916) 2020-01-07 16:40:11 -08:00
SmallVector.cpp Move AlignOf, SmallVector and ArrayRef to c10. 2018-11-14 11:13:16 -08:00
SmallVector.h CPU-Strided-Complex Support for reduce ops and linpack ops (#27653) 2019-10-24 09:31:06 -07:00
sparse_bitset.h Liveness for BailOut graphs 2019-06-12 17:22:33 -07:00
string_utils.h Fix hex literal parsing (#29935) 2019-12-18 14:00:22 -08:00
string_view.h Remove c++14-conditional constexpr (#30916) 2020-01-07 16:40:11 -08:00
StringUtil.cpp Replace AT_CHECK with TORCH_CHECK [shard 9/10] 2019-05-15 08:05:59 -07:00
StringUtil.h Erase array sizes from types in c10::str(). (#31683) 2020-01-02 22:30:57 -08:00
tempfile.h Fix typos (#30606) 2019-12-02 20:17:42 -08:00
thread_name.cpp Open registration for c10 thread pool (#17788) 2019-03-08 15:38:41 -08:00
thread_name.h Open registration for c10 thread pool (#17788) 2019-03-08 15:38:41 -08:00
Type.cpp
Type.h fix double free exposed by latest llvm (#12697) 2018-10-16 07:32:08 -07:00
TypeCast.h Wraps assert statements in cuda kernels (#31276) 2019-12-14 20:29:47 -08:00
typeid.cpp Replace c10::guts::stuff with std::stuff (#30915) 2019-12-16 13:57:19 -08:00
typeid.h constexpr typeid improvements (#31312) 2020-01-07 17:07:49 -08:00
TypeIndex.h Fix c10::util::get_fully_qualified_type_name for MSVC (#31313) 2020-01-08 09:11:10 -08:00
TypeList.cpp Move some files to c10/util (#12245) 2018-10-15 16:25:12 -07:00
TypeList.h Remove c++11 examples from doc comments (#30925) 2019-12-17 14:58:22 -08:00
TypeTraits.cpp Move some files to c10/util (#12245) 2018-10-15 16:25:12 -07:00
TypeTraits.h Fix is_fundamental template for MSVC (#30959) 2019-12-19 12:10:22 -08:00
UniqueVoidPtr.cpp Move UniqueVoidPtr to c10 2018-11-27 12:59:42 -08:00
UniqueVoidPtr.h Add compare_exchange_deleter to DataPtr/UniqueVoidPtr (#16513) 2019-01-31 17:40:04 -08:00
variant.h Use torch::variant for enums in C++ API 2019-10-16 22:40:57 -07:00