Missing Register for NVPTX [Inline Assembly]

I using inline assembly in a cuda kernel I'm writing. Part of the optimization included packing bytes in 32 bit words (Part of the MOV instruction). In order to do so, I need to use the 8 bit registers as input, and I saw that rust is missing.

Will it be possible to add the NVPTX 8 bit registers to inline assembly in rust?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.