Replies: 1 comment 1 reply
-
We have never implemented the support for MUBUF instructions. You will need to check the disassembler to see how to support it. This is not a very easy task. A better way to solve this problem is to slightly modify your kernel code to avoid this instruction. There is no plan to add extra support for GFX803 instruction set since it is no longer officially supported by ROCm. So I will close this issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have added a new MUBUF instruction
24 BUFFER_STORE_BYTE: Untyped buffer store byte
to the decodetable, but there is no implementation of decodeMUBUF here https://github.com/sarchlab/mgpusim/blob/v3/insts/disassembler.go#L752, how do I implement it?Beta Was this translation helpful? Give feedback.
All reactions