73d43224e9
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1247220]
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
|