Arquivos
rocm-systems/projects/rocr-runtime/samples/GetInfo/get_info.h
T
Besar Wicaksono (xN/A) TX [TEXT] f166016d8a Add sample application to use the new memory pool API.
Details:
- add HsaGetInfo program that prints out all available CPU, GPU and their respective memory pools.

[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1237219]


[ROCm/ROCR-Runtime commit: c494af9d49]
2016-02-15 18:11:44 -05:00

15 linhas
187 B
C++

#ifndef GET_INFO_H
#define GET_INFO_H
#include "common/hsa_test.h"
class GetInfo : public HsaTest {
public:
GetInfo();
~GetInfo();
void Run() override;
};
#endif // GET_INFO_H