cloudcores
cloudcores
New cuda compiler removed the ELF program header info, thus changed the default ELF layout. But the ELF seems still work right without those program headers. I've updated the CubinFile.py...
L2 `Bank` may be not the right termilogy here. Sometimes it may be called slice/partition or something like. It's does not related to assembly directly. just the mapping function from...
Surely it's possible and doable, all you need is a table to append those default modifiers back, and updating result of `CuInsParser.parse` accordingly. You may even get all distinct bit...
1. It's not guaranteed that an instruction have at most ONE default modifier. For example, 'F2I' means 'F2I.S32.F32', and since 'F2I' will use a different opcode for 64bit types, you...