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:
Jason Tang
2022-08-12 16:02:29 -04:00
committed by Jason Tang
parent cf8f947f2f
commit d92b3a2d90
2 changed files with 8 additions and 2 deletions
+2
View File
@@ -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, \