pytorch/torch/csrc/profiler
Lukas N Wirz 301d9c0556 Remove deprecated usage of is_pod/is_pod_v (#88918)
… as equivalent replacements for std::is_pod and std::is_pod_v because they are deprecated in C++20.

When consuming libtorch header files in a project that uses C++20, there are warnings about std::is_pod being deprecated.  This patch fixes that issue.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/88918
Approved by: https://github.com/ezyang
2022-12-05 16:50:00 +00:00
..
orchestration [profiler] Add Performance events support in Kineto profiler (#87874) 2022-11-02 14:43:17 +00:00
python [Profiler] Memory profiler part 3: Schema parsing and mutable arguments (#86854) 2022-11-15 19:17:57 +00:00
standalone Fix compilation warning and spurious print (#87297) 2022-10-19 20:56:37 +00:00
stubs Check all CUDA API calls for errors in torch/ (#81560) 2022-10-28 00:40:48 +00:00
api.h Revert "[Profiler] Move legacy profiler out of torch/csrc/autograd (#85512)" 2022-10-14 14:56:59 +00:00
collection.cpp [Profiler] Restructure inputs and capture TensorLists. (#87825) 2022-11-08 21:48:43 +00:00
collection.h Remove deprecated usage of is_pod/is_pod_v (#88918) 2022-12-05 16:50:00 +00:00
containers.h [Profiler] Don't assign in AppendOnlyList::emplace_back (#85716) 2022-09-29 02:59:43 +00:00
data_flow.cpp [Profiler] Account for caching when assigning IDs (#88917) 2022-11-15 18:24:15 +00:00
data_flow.h [Profiler] Handle ABA for TensorImpl* when assigning IDs (#87133) 2022-11-08 21:48:43 +00:00
events.h [profiler] Standard performance event names for the profiler (#87538) 2022-10-27 00:59:40 +00:00
kineto_client_interface.cpp [profiler] Add an option initialize kineto profiler on start up (#87226) (#88020) 2022-11-03 20:08:16 +00:00
kineto_shim.cpp Remove deprecated usage of is_pod/is_pod_v (#88918) 2022-12-05 16:50:00 +00:00
kineto_shim.h Revert "[Profiler] Move legacy profiler out of torch/csrc/autograd (#85512)" 2022-10-14 14:56:59 +00:00
perf-inl.h Nested profiling support for Linux-perf Profiler (#87904) 2022-11-02 14:51:53 +00:00
perf.cpp Nested profiling support for Linux-perf Profiler (#87904) 2022-11-02 14:51:53 +00:00
perf.h Nested profiling support for Linux-perf Profiler (#87904) 2022-11-02 14:51:53 +00:00
util.cpp [Profiler] Don't raise SOFT_ASSERT in debug builds. (#89240) 2022-11-18 22:24:24 +00:00
util.h [Profiler][Trivial] Add hashing struct for pairs and tuples. (#87668) 2022-10-28 18:40:18 +00:00