hpcgarage/spatter

Concurrent gather/scatter

Closed this issue · 0 comments

We'd like to support mixing concurrent gather/scatter operations within a pattern. It seems that the easiest way to do this is to use two index arrays - one for scatter and one for gather and base the index access on the type of operation/kernel that is called.