Files
rocm-systems/projects/rccl/test/test_CombinedCalls.hpp
T
gilbertlee-amd 336883ef2b Test combined calls (#64)
* Adding test for queueing multiple different collectives, 1 device per thread


[ROCm/rccl commit: ffe2054ed2]
2019-05-22 15:30:37 -06:00

18 rivejä
471 B
C++

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