Fix out of order initializer for memory region

Silence out of order initializer compile warnings during memory region
initialization.

Change-Id: Idbbdd93d3ea8cda289d25a473b3882b920b2e8d8


[ROCm/ROCR-Runtime commit: 42274cfc59]
Этот коммит содержится в:
Jonathan Kim
2023-07-21 16:30:44 -04:00
коммит произвёл David Yat Sin
родитель 75ce1848cf
Коммит a29b3ab868
+2 -2
Просмотреть файл
@@ -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_;