diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_memory_region.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_memory_region.h index c3da1c770d..d9dcbd072b 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_memory_region.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_memory_region.h @@ -184,11 +184,11 @@ class MemoryRegion : public core::MemoryRegion { HsaMemMapFlags map_flag_; - size_t max_single_alloc_size_; - // Enables creating an extended scope fine grained memory pool region const bool extended_scope_fine_grain_; + size_t max_single_alloc_size_; + // Used to collect total system memory static size_t max_sysmem_alloc_size_;