f166016d8a
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]
15 linhas
187 B
C++
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
|