Files
rocm-systems/test/test_GroupCalls.hpp
T

18 lines
467 B
C++
Raw Normal View History

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