Files
rocm-systems/samples/GetInfo/get_info.h
T
Besar Wicaksono (xN/A) TX [TEXT] 73d43224e9 Add IOLink support
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1247220]
2016-03-14 18:42:31 -05:00

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