Polygeist
Polygeist copied to clipboard
gpu backend support
Hi, developers, I found that there is a branch gpu_comp in polygeist, but it seems only lower the IR generated by cuda-lower, do you have plan to support IR generated by cgeist C front-end, such as is can enable gpu path for legacy C code. the main issue I found is how to automatically insert GPU<->host memcpy.