StanfordLegion / legion

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

2D Kernels in Regent #647

Closed alexaiken closed 4 years ago

alexaiken commented 4 years ago

For the quantum chemistry application we need Regent to generate optimized 2D Cuda kernels, and in particular to generate code for nested loops that maximizes coalescing of memory references.

magnatelee commented 4 years ago

Support for 2D CUDA kernel launch is now available in the master branch.