EXSWCPHIPT-77 - Extending tests for hipHostRegister (#2609)

[ROCm/hip-tests commit: eafb3a23ee]
This commit is contained in:
Dylan Angus
2022-07-11 07:48:19 +01:00
zatwierdzone przez GitHub
rodzic 0a515569bd
commit a6a28e879d
2 zmienionych plików z 80 dodań i 40 usunięć
@@ -38,7 +38,7 @@ static inline int getGeviceCount() {
}
// Get Free Memory from the system
static size_t getMemoryAmount() {
static inline size_t getMemoryAmount() {
#ifdef __linux__
struct sysinfo info{};
sysinfo(&info);