Files
rocm-systems/test/test_AllReduceAbort.hpp
T

21 baris
493 B
C++
Mentah Pandangan Normal Riwayat

2019-07-05 15:43:00 -07:00
/*************************************************************************
2020-01-15 17:54:27 -07:00
* Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
2019-07-05 15:43:00 -07:00
*
* See LICENSE.txt for license information
************************************************************************/
#ifndef TEST_ALLREDUCE_HPP
#define TEST_ALLREDUCE_HPP
#include "CorrectnessTest.hpp"
namespace CorrectnessTests
{
class AllReduceAbortTest : public CorrectnessTest
{
protected:
public:
};
}
#endif