2 papers
cs.PL2026
nomp: A Framework for Building Domain Specific Compilers
Thilina Ratnayaka, Kaushik Kulkarni, Nipuna Fernando +8
The low-level GPU programming models (CUDA, HIP, OpenCL, etc.) provide detailed control of the data flow and execution plan of a program in order to extract close-to-metal performa…
cs.PF2025
Comparison of Vectorization Capabilities of Different Compilers for X86 and ARM CPUs
Nazmus Sakib, Tarun Prabhu, Nandakishore Santhi +2
Most modern processors contain vector units that simultaneously perform the same arithmetic operation over multiple sets of operands. The ability of compilers to automatically vect…