rocr: Remove gfx940 and gfx941 support

This commit is contained in:
David Yat Sin
2025-02-19 01:18:14 +00:00
committed by Yat Sin, David
parent 806ddfc8eb
commit 13c591d250
14 changed files with 28 additions and 536 deletions
+2 -2
View File
@@ -74,10 +74,10 @@ using namespace rocr::amd::hsa::common;
// 5: New trap handler ABI. Save the PC in ttmp11[22:7] ttmp6[31:0], and park the wave if stopped
// 6: New trap handler ABI. ttmp6[25:0] contains dispatch index modulo queue size
// 7: New trap handler ABI. Send interrupts as a bitmask, coalescing concurrent exceptions.
// 8: New trap handler ABI. for gfx940: Initialize ttmp[4:5] if ttmp11[31] == 0.
// 8: New trap handler ABI. for gfx942: Initialize ttmp[4:5] if ttmp11[31] == 0.
// 9: New trap handler ABI. For gfx11: Save PC in ttmp11[22:7] ttmp6[31:0], and park the wave if stopped.
// 10: New trap handler ABI. Set status.skip_export when halting the wave.
// For gfx940, set ttmp6[31] = 0 if ttmp11[31] == 0.
// For gfx942, set ttmp6[31] = 0 if ttmp11[31] == 0.
HSA_API r_debug _amdgpu_r_debug;
static __forceinline link_map*& r_debug_tail() {