Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -960,8 +960,8 @@ def makeValidMatrixInstructions():
# 1 : enable CMS, is set to 0 if not supported
"UseCustomMainLoopSchedule" : [-1, 0, 1],
"AdaptiveGemm": [0, 1],
# 0 : MB and MBSK generate different assembly code
# 1 : MB and MBSK generate same assembly code
# 0 : disable
# 1 : merge MB and MBSK assembly code and select best GW path in runtime
"AdaptiveGemmGSUA": [0, 1],
# Add extra latency to calculate number of MFMA to insert between local read and wait
# Negative value means reduce interval between local read and wait (for DirectToVgpr only)
Expand Down
Loading