StanfordLegion / legion

The Legion Parallel Programming System
https://legion.stanford.edu
Apache License 2.0
687 stars 144 forks source link

Regent: Add support for external attach #1708

Open syamajala opened 4 months ago

syamajala commented 4 months ago

I would like to do direct copies from pointers passed from fortran to GPU framebuffer and just completely avoid making instances in sys mem. My current work around is to just write Regent tasks with gpu variants that call cudaMemcpy directly. But we should have support for external attach in Regent.