SWDEV-333471 - Add GPU_FORCE_QUEUE_PROFILING
To support both hip and ocl. HIP_FORCE_QUEUE_PROFILING will be replaced with this later on. Change-Id: I6d3514b1568ff049584ed9fd74bbdb3e4f4bf0c3
This commit is contained in:
@@ -249,6 +249,8 @@ release(bool, ROC_ENABLE_PRE_VEGA, false, \
|
||||
"Enable support of pre-vega ASICs in ROCm path") \
|
||||
release(bool, HIP_FORCE_QUEUE_PROFILING, false, \
|
||||
"Force command queue profiling by default") \
|
||||
release(bool, GPU_FORCE_QUEUE_PROFILING, false, \
|
||||
"Force command queue profiling by default") \
|
||||
release(bool, HIP_MEM_POOL_SUPPORT, false, \
|
||||
"Enables memory pool support in HIP") \
|
||||
release(uint, PAL_FORCE_ASIC_REVISION, 0, \
|
||||
|
||||
Reference in New Issue
Block a user