d8cba83d42
git-subtree-dir: projects/rocr-runtime git-subtree-mainline:ad0fb25ed5git-subtree-split:72061a9024
15 строки
195 B
C++
15 строки
195 B
C++
#ifndef GET_INFO_H
|
|
#define GET_INFO_H
|
|
|
|
#include "samples/common/hsa_test.h"
|
|
|
|
class GetInfo : public HsaTest {
|
|
public:
|
|
GetInfo();
|
|
~GetInfo();
|
|
|
|
void Run() override;
|
|
};
|
|
|
|
#endif // GET_INFO_H
|