SWDEV-392732 - Initial commit for graph doorbell optimization(AQL Buffering)
Change-Id: I451725006c54c249dc530c55d2af2a31594bf49b
This commit is contained in:
committed by
Anusha Godavarthy Surya
parent
84559d0d6f
commit
b0e6f99ad7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user