>> Also, since scatter operations use fixed strides the question of >> in-order, or not, is actually a non-issue even on GCN so we could set >> the flag safely. > > Consider stride 0 and stride < element size, though. I'm currently > thinking of how/where to add the proper versioning decision for that.
Ah, that might only be an issue for riscv where we allow byte strides. For a regular scatter with at least element stride, this would be ok I guess. -- Regards Robin
