pytorch/torch/lib/c10d
Hong Xu a8ca340ad6 Remove all uses of AT_CHECK and replace them with TORCH_CHECK (#34846)
Summary:
AT_CHECK has been deprecated and provides no more features than
TORCH_CHECK
Pull Request resolved: https://github.com/pytorch/pytorch/pull/34846

Differential Revision: D20481339

Pulled By: mrshenli

fbshipit-source-id: 1777e769a069a78e03118270294e5e273d516ca7
2020-03-17 08:59:02 -07:00
..
bin Revert "remove use of tmp_install" (#15847) 2019-01-08 16:30:19 -08:00
example FileStore auto deletes file and FileStore::add bug fix (#13708) 2018-11-14 01:34:22 -08:00
test Add ability to abort NCCL communicators from the store. (#32895) 2020-02-05 15:28:05 -08:00
CMakeLists.txt Back out "Revert D17908478: Switch PyTorch/Caffe2 to C++14" 2019-12-03 14:33:43 -08:00
FileStore.cpp [torch] fd error check 2020-01-30 15:30:03 -08:00
FileStore.hpp Make FileStore not segfault with concurrent accesses. (#28812) 2019-10-30 11:03:00 -07:00
GlooDeviceFactory.cpp [gloo] Skip registry warning (#31126) 2020-01-22 22:46:27 -08:00
GlooDeviceFactory.hpp transport open registration (#30167) 2019-11-22 17:41:52 -08:00
HashStore.cpp Add HashStore to c10d (#28921) 2019-10-31 13:55:22 -07:00
HashStore.hpp Add HashStore to c10d (#28921) 2019-10-31 13:55:22 -07:00
NCCLUtils.cpp improve error handling in getNCCLVersion in NCCLUtils (#27883) 2019-10-15 17:33:09 -07:00
NCCLUtils.hpp Add ability to abort NCCL communicators from the store. (#32895) 2020-02-05 15:28:05 -08:00
PrefixStore.cpp fix more errors (#34480) 2020-03-09 14:54:15 -07:00
PrefixStore.hpp Add ability to abort NCCL communicators from the store. (#32895) 2020-02-05 15:28:05 -08:00
ProcessGroup.cpp Add allgather_base as per our discussion re: ProcessGroup interface. (#31892) 2020-01-15 14:05:23 -08:00
ProcessGroup.hpp Add allgather_base as per our discussion re: ProcessGroup interface. (#31892) 2020-01-15 14:05:23 -08:00
ProcessGroupGloo.cpp Remove all uses of AT_CHECK and replace them with TORCH_CHECK (#34846) 2020-03-17 08:59:02 -07:00
ProcessGroupGloo.hpp Add allgather_base as per our discussion re: ProcessGroup interface. (#31892) 2020-01-15 14:05:23 -08:00
ProcessGroupMPI.cpp Add allgather_base as per our discussion re: ProcessGroup interface. (#31892) 2020-01-15 14:05:23 -08:00
ProcessGroupMPI.hpp Add allgather_base as per our discussion re: ProcessGroup interface. (#31892) 2020-01-15 14:05:23 -08:00
ProcessGroupNCCL.cpp Remove all uses of AT_CHECK and replace them with TORCH_CHECK (#34846) 2020-03-17 08:59:02 -07:00
ProcessGroupNCCL.hpp Add ability to abort NCCL communicators from the store. (#32895) 2020-02-05 15:28:05 -08:00
ProcessGroupRoundRobin.cpp Add allgather_base as per our discussion re: ProcessGroup interface. (#31892) 2020-01-15 14:05:23 -08:00
ProcessGroupRoundRobin.hpp Add allgather_base as per our discussion re: ProcessGroup interface. (#31892) 2020-01-15 14:05:23 -08:00
Store.cpp Remove superfluous check (#23370) 2019-07-25 11:26:16 -07:00
Store.hpp add timeout parameter to connect function in TCPStore (#26554) 2019-09-24 16:29:52 -07:00
TCPStore.cpp Allow TCPStore to pick a port to bind to. (#31674) 2020-01-13 14:23:31 -08:00
TCPStore.hpp Allow TCPStore to pick a port to bind to. (#31674) 2020-01-13 14:23:31 -08:00
Types.hpp Add bitwise distributed reduction ops (#26824) 2019-09-26 08:09:49 -07:00
Utils.cpp Fix TCPStoreTest and improve tcputils::connect() (#30354) 2019-12-02 19:52:34 -08:00
Utils.hpp Fix spelling errors 2020-01-28 04:46:15 -08:00