arogozhnikov / eindex

Multidimensional indexing for tensors
107 stars 2 forks source link

Gatherscatter misses part of gather functionality #26

Open arogozhnikov opened 1 year ago

arogozhnikov commented 1 year ago

in particular, pattern like

'a, [m] a -> m'

does not work for gatherscatter, but works for scatter; gatherscatter thinks a can't be used like that