StanfordLegion / legion

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

HIP copies very slow #1491

Open jpietarilagraham opened 1 year ago

jpietarilagraham commented 1 year ago

Similar to the problem the cuda dma branch fixed for cuda, we need a fix for slow copies on AMD GPUs.

eddy16112 commented 1 year ago

We need people to cherry-pick the changes of the cuda module into the hip module from this PR https://gitlab.com/StanfordLegion/legion/-/merge_requests/697, then the hip DMA should work.

apryakhin commented 1 year ago

There was a brief discussion on legion meeting this Thursday (08/03) and I believe @pmccormick is going to take the "initial look" at what needs to be done.