Files
rocm-systems/projects/rocr-runtime/samples/GetInfo/get_info.h
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
306 B
C++
Raw Normal View History

2025-09-11 10:56:31 -04:00
/*
* Copyright © Advanced Micro Devices, Inc., or its affiliates.
*
* SPDX-License-Identifier: MIT
*/
#ifndef GET_INFO_H
#define GET_INFO_H
2016-03-14 18:42:31 -05:00
#include "samples/common/hsa_test.h"
class GetInfo : public HsaTest {
public:
GetInfo();
~GetInfo();
void Run() override;
};
#endif // GET_INFO_H