mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: We also fix any existing issues. Note that we only do this for the CPU build because nvcc is considered a C++ toolchain but it does not have the same flag support. Adding flags to the GPU build will cause nvcc errors. Test Plan: Built locally, rely on CI to confirm. Reviewers: malfet Subscribers: Tasks: Tags: Pull Request resolved: https://github.com/pytorch/pytorch/pull/79156 Approved by: https://github.com/seemethere, https://github.com/osalpekar, https://github.com/albanD |
||
|---|---|---|
| .. | ||
| accumulate_test.cpp | ||
| Array_test.cpp | ||
| bfloat16_test.cpp | ||
| Bitset_test.cpp | ||
| C++17_test.cpp | ||
| complex_math_test_common.h | ||
| complex_math_test.cpp | ||
| complex_test_common.h | ||
| complex_test.cpp | ||
| ConstexprCrc_test.cpp | ||
| DeadlockDetection_test.cpp | ||
| either_test.cpp | ||
| exception_test.cpp | ||
| flags_test.cpp | ||
| Half_test.cpp | ||
| intrusive_ptr_test.cpp | ||
| irange_test.cpp | ||
| LeftRight_test.cpp | ||
| logging_test.cpp | ||
| Macros.h | ||
| Metaprogramming_test.cpp | ||
| optional_test.cpp | ||
| ordered_preserving_dict_test.cpp | ||
| registry_test.cpp | ||
| SmallVectorTest.cpp | ||
| string_view_test.cpp | ||
| Synchronized_test.cpp | ||
| tempfile_test.cpp | ||
| ThreadLocal_test.cpp | ||
| typeid_test.cpp | ||
| TypeIndex_test.cpp | ||
| TypeList_test.cpp | ||
| TypeTraits_test.cpp | ||