kfdtest: Fix InterruptRestore randomly hang

Queue 2's wave blocked the queue 1's wave save, which will cause unmap
queue preemption fail. Add nop per SQ suggested.

Signed-off-by: Emily Deng <Emily.Deng@amd.com>
Change-Id: Iea7f280e35487059c4499ea999b9e0cdf841d1e1
This commit is contained in:
Emily Deng
2024-11-15 11:06:29 +08:00
parent 4c7a9a0f67
commit f047f96161
@@ -161,6 +161,7 @@ const char *InfiniteLoopIsa =
R"(
.text
LOOP:
s_nop 0x10
s_branch LOOP
s_endpgm
)";