SWDEV-311271 - Enable mempools under Linux
Change-Id: I7fda94e61121f9d3a30f4ad185b8a97712922f3c
[ROCm/clr commit: 7a371503b2]
This commit is contained in:
@@ -194,11 +194,11 @@ release(bool, ROC_SYSTEM_SCOPE_SIGNAL, true, \
|
||||
"Enable system scope for signals (uses interrupts).") \
|
||||
release(bool, GPU_FORCE_QUEUE_PROFILING, false, \
|
||||
"Force command queue profiling by default") \
|
||||
release(bool, HIP_MEM_POOL_SUPPORT, IS_WINDOWS, \
|
||||
release(bool, HIP_MEM_POOL_SUPPORT, true, \
|
||||
"Enables memory pool support in HIP") \
|
||||
release(bool, HIP_MEM_POOL_USE_VM, IS_WINDOWS, \
|
||||
release(bool, HIP_MEM_POOL_USE_VM, true, \
|
||||
"Enables memory pool support in HIP") \
|
||||
release(bool, PAL_HIP_IPC_FLAG, true, \
|
||||
release(bool, PAL_HIP_IPC_FLAG, true, \
|
||||
"Enable interprocess flag for device allocation in PAL HIP") \
|
||||
release(uint, PAL_FORCE_ASIC_REVISION, 0, \
|
||||
"Force a specific asic revision for all devices") \
|
||||
|
||||
Reference in New Issue
Block a user