SWDEV-392732 - Initial commit for graph doorbell optimization(AQL Buffering)

Change-Id: I451725006c54c249dc530c55d2af2a31594bf49b
This commit is contained in:
Anusha GodavarthySurya
2023-06-17 13:48:05 +00:00
committed by Anusha Godavarthy Surya
parent 84559d0d6f
commit b0e6f99ad7
7 changed files with 149 additions and 19 deletions
+5 -2
View File
@@ -287,8 +287,11 @@ release(size_t, HIP_INITIAL_DM_SIZE, 8 * Mi, \
release(bool, HIP_FORCE_DEV_KERNARG, 0, \
"Force device mem for kernel args.") \
release(bool, DEBUG_CLR_USE_SDMA_QUERY, 0, \
"Use SDMA query API to make copy decisions.")
"Use SDMA query API to make copy decisions.") \
release(uint, DEBUG_CLR_GRAPH_MAX_AQL_BUFFER_SIZE, 32, \
"Size of AQL buffering queue") \
release(bool, DEBUG_CLR_GRAPH_ENABLE_BUFFERING, false, \
"Enable/Disable graph AQL buffering")
namespace amd {
extern bool IS_HIP;