ffe2054ed2
* Adding test for queueing multiple different collectives, 1 device per thread
18 wiersze
471 B
C++
18 wiersze
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
|