You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix wave_runtime Windows build. (#482)
Add explicit casts `int -> unsigned int` to make compiler happy.
Signed-off-by: Ivan Butygin <ivan.butygin@gmail.com>
parameterize topk e2e test for rdna4 (#361)
The topk end-to-end test was failing for RDNA 4 due to instruction
issues. I was under the false impression that RDNA4 CI was not yet fully
ready when I merged the commit, but this fixes the RDNA4 CI.
Signed-off-by: William G Hatch <william@hatch.uno>