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

This commit is contained in:
Dylan Angus
2022-07-11 07:48:19 +01:00
committed by GitHub
parent c6092028d3
commit 02747bcdb1
2 changed files with 80 additions and 40 deletions
+1 -1
View File
@@ -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);