GlobalArrays / ga

Partitioned Global Address Space (PGAS) library for distributed arrays
http://hpc.pnl.gov/globalarrays/
Other
99 stars 38 forks source link

Fix missing symbols #297

Closed dmcdougall closed 1 year ago

dmcdougall commented 1 year ago

This adds HIP ports for strided kernels and the parallel(Memcpy|Accumulate) functions.

I have not checked correctness for the strided kernels, simply ported their cuda variants in order for the ga to link successfully.

I need ga to link successfully in order to diagnose a separate p2p correctness bug I am currently chasing.

dmcdougall commented 1 year ago

This PR assumes that #296 will be merged first. That's why you see commit bd2bf08 here.