55a4b22ad7
- Contains modifications to support AMD hardware - Adds unit tests
18 línte
462 B
C++
18 línte
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
|