2 papers
cs.DC2025
Toward Heterogeneous, Distributed, and Energy-Efficient Computing with SYCL
Biagio Cosenza, Lorenzo Carpentieri, Kaijie Fan +3
Programming modern high-performance computing systems is challenging due to the need to efficiently program GPUs and accelerators and to handle data movement between nodes. The C++…
cs.DC2025
Concurrent Scheduling of High-Level Parallel Programs on Multi-GPU Systems
Fabian Knorr, Philip Salzmann, Peter Thoman +1
Parallel programming models can encourage performance portability by moving the responsibility for work assignment and data distribution from the programmer to a runtime system. Ho…