pytorch/test/cpp/c10d
Nikita Shulga 80ea6955af Add cuda-11.3+clang9 build workflow (take 2)
To be able to detect unused captures in GPU code lambdas (as gcc does not support this diagnostic)

Remove unused opts lambda capture in `ProcessGroupMPI.cpp` and `Distributions.cu`

Fix sign-compare in nvfuser benchmark and ignore signed unsigned comparison in nvfuser tests
Fixes https://github.com/pytorch/pytorch/issues/75475 by aliasing CMAKE_CUDA_HOST_COMPILER to C_COMPILER when clang is used
Pull Request resolved: https://github.com/pytorch/pytorch/pull/75293
Approved by: https://github.com/atalman, https://github.com/seemethere
2022-04-11 17:13:01 +00:00
..
example
CMakeLists.txt Make c10d tests -Werror clean (#69703) 2021-12-09 22:10:04 -08:00
CUDATest.cu
CUDATest.hpp
FileStoreTest.cpp Add support for deleteKey for FileStore (#69953) 2022-01-07 06:20:59 -08:00
HashStoreTest.cpp Make c10d tests -Werror clean (#69703) 2021-12-09 22:10:04 -08:00
ProcessGroupGlooAsyncTest.cpp Make c10d tests -Werror clean (#69703) 2021-12-09 22:10:04 -08:00
ProcessGroupGlooTest.cpp Make c10d tests -Werror clean (#69703) 2021-12-09 22:10:04 -08:00
ProcessGroupMPITest.cpp
ProcessGroupNCCLErrorsTest.cpp Enable desync root cause analysis for NCCL (#68310) 2021-11-17 20:29:03 -08:00
ProcessGroupNCCLTest.cpp Add cuda-11.3+clang9 build workflow (take 2) 2022-04-11 17:13:01 +00:00
StoreTestCommon.hpp Add support for deleteKey for FileStore (#69953) 2022-01-07 06:20:59 -08:00
TCPStoreTest.cpp Make c10d tests -Werror clean (#69703) 2021-12-09 22:10:04 -08:00
TestUtils.hpp