- Name: Burunsuzian Georgii
 - Organization: GNU Compiler Collection
 - Mentors: Thomas Schwinge and Tobias Burnus
 - Main Project Page: GSoC 2024 Offloading to a separate process on the same host
 
Code Offloading to devices such as a GPU via OpenACC or OpenMP 'target' requires needlessly complicated set-up when a GPU is not in fact necessary to debug a problem or during development of new features or optimizations. Needless to say, it is also much easier to debug code running on a CPU than on a GPU. In this project i focused on implementing a mechanism to run the offloaded code in a separate process on a CPU on the same host as the main program.