RCCL 2.4 update

This commit is contained in:
Wenkai Du
2019-07-05 15:43:00 -07:00
والد 4d579e51cc
کامیت f11c8f60cd
95فایلهای تغییر یافته به همراه7829 افزوده شده و 614 حذف شده
@@ -0,0 +1,20 @@
/*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved.
*
* See LICENSE.txt for license information
************************************************************************/
#ifndef TEST_ALLREDUCE_HPP
#define TEST_ALLREDUCE_HPP
#include "CorrectnessTest.hpp"
namespace CorrectnessTests
{
class BroadcastAbortTest : public CorrectnessTest
{
protected:
public:
};
}
#endif