SWDEV-241902 - Using COMGR APIs for extracing code object.

Change-Id: I96f1cee9c28f89f0b0fa5af0c2ae7966beb3207d


[ROCm/clr commit: 0d9e1de4e3]
Dieser Commit ist enthalten in:
kjayapra-amd
2021-08-10 11:42:51 -04:00
committet von Karthik Jayaprakash
Ursprung cb4aa60a37
Commit c5c1b7fd56
4 geänderte Dateien mit 65 neuen und 2 gelöschten Zeilen
+3 -1
Datei anzeigen
@@ -277,7 +277,9 @@ release(uint, ROC_SIGNAL_POOL_SIZE, 32, \
release(bool, ROC_SKIP_KERNEL_ARG_COPY, false, \
"If true, then runtime can skip kernel arg copy") \
release(bool, GPU_STREAMOPS_CP_WAIT, false, \
"Force the stream wait memory operation to wait on CP.")
"Force the stream wait memory operation to wait on CP.") \
release(bool, HIP_USE_RUNTIME_UNBUNDLER, false, \
"Use HIP runtime unbundler") \
namespace amd {