cloudcores / CuAssembler

An unofficial cuda assembler, for all generations of SASS, hopefully :)
MIT License
391 stars 69 forks source link

Error when assembling instruction "[B------:R3:W4:-:S06] @P3 LDG.E.EL.128 R12, desc[UR8][R16.64] ;": #22

Open hgl71964 opened 9 months ago

hgl71964 commented 9 months ago

Hi,

Many thanks for releasing this assembler! I was trying to disassemble pytorch's kernel, but and then I saw this error:

Error when assembling instruction "[B------:R3:W4:-:S06] @P3 LDG.E.EL.128 R12, desc[UR8][R16.64] ;": Assembling failed (NewModi): Unknown modifiers: ({'0_EL'})

May I know is there any idea how to resolve this error?

Best,

rindlespot commented 9 months ago

You might check out this, which seems to be a similar problem.

hgl71964 commented 9 months ago

Thanks for the pointer! I will see if I can expand the instruction database