Comment by NotGMan
At some point you have to stop working in assembly and graduate to a high-level language and beyond.
Modern GPU stuff is getting too complex to be practical without higher language features.
At some point you have to stop working in assembly and graduate to a high-level language and beyond.
Modern GPU stuff is getting too complex to be practical without higher language features.
From the pov of assembly, C and any other high level language are basically the same. That doesn't mean that climbing even higher up on the abstraction ladder is a good thing though (especially for performance).