[PAL] Allow for embedding debug info into IBs

Change-Id: I4473b9c5aa36370d9af37f22a78f4414eaa21e01
This commit is contained in:
Vladislav Sytchenko
2020-10-13 14:31:40 -04:00
parent eac709a8a9
commit 2ec5a47c88
3 ha cambiato i file con 41 aggiunte e 8 eliminazioni
+3 -1
Vedi File
@@ -245,7 +245,9 @@ release(bool, ROC_ENABLE_LARGE_BAR, true, \
release(bool, HIP_FORCE_QUEUE_PROFILING, false, \
"Force command queue profiling by default") \
release(uint, PAL_FORCE_ASIC_REVISION, 0, \
"Force a specific asic revision for all devices")
"Force a specific asic revision for all devices") \
release(bool, PAL_EMBED_KERNEL_MD, false, \
"Enables writing kernel metadata into command buffers.")
namespace amd {