Dosyalar
rocm-systems/projects/rccl/test/test_GroupCalls.hpp
T
Wenkai Du 6047487815 RCCL 2.4 update
[ROCm/rccl commit: f11c8f60cd]
2019-08-14 10:42:35 -07:00

18 satır
462 B
C++

/*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved.
*
* See LICENSE.txt for license information
************************************************************************/
#ifndef TEST_GROUPCALLS_HPP
#define TEST_GROUPCALLS_HPP
#include "CorrectnessTest.hpp"
namespace CorrectnessTests
{
class GroupCallsCorrectnessTest : public CorrectnessTest {};
}
#endif