SWDEV-268186 - OCL ReBar optimization

Change-Id: I69d8bce8d48a5b6f94a05272c83ee91fbec1688c
This commit is contained in:
Julia Jiang
2021-04-06 18:55:30 -04:00
committed by Julia Jiang
parent 2ae1b17b7c
commit aef4ab1fc8
4 changed files with 12 additions and 2 deletions
+3 -1
View File
@@ -257,7 +257,9 @@ release(cstring, ROC_GLOBAL_CU_MASK, "", \
"Sets a global CU mask (entered as hex value) for all queues," \
"Each active bit represents using one CU (e.g., 0xf enables only 4 CUs)") \
release(cstring, AMD_LOG_LEVEL_FILE, "", \
"Set output file for AMD_LOG_LEVEL, Default is stderr")
"Set output file for AMD_LOG_LEVEL, Default is stderr") \
release(size_t, PAL_PREPINNED_MEMORY_SIZE, 64, \
"Size in KBytes of prepinned memory")
namespace amd {