Author name: Nol Moonen

When to blame the compiler: an NVCC case study

In our line of work, performing low-level performance optimization, the compiler is less of a language abstraction and more of a tool to directly interact with. Compilers are complex machines. Correctly converting C++-like code to assembly instructions is a gigantic challenge, producing optimized instructions even more so. It is therefore no surprise that the compiler […]

When to blame the compiler: an NVCC case study Read More »