SWDEV-462999 - updating the asm code for gfx12

Change-Id: Icd0fb85b99771280c18ee189dc1e1e481a4f5927


[ROCm/clr commit: ff96b23dda]
This commit is contained in:
pghafari
2024-06-05 15:57:27 -04:00
committato da Payam Ghafari
parent 376da06e2f
commit a7f03374fb
@@ -439,8 +439,9 @@ const char* TrapHandlerCode = RUNTIME_KERNEL(
\n
\n// Add s_code_end padding so instruction prefetch always has something to read.
\n//.rept (256 - ((. - trap_entry) % 64)) / 4
\n 64 s_code_end
\n//.endr
\n .rept 64
\n s_code_end
\n .endr
\n.endif
\n);
} // namespace amd::pal