You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a rather large tensor contraction that I'm running on the GPU and I know that the output should be a symmetric tensor (permutation of indices does not affect value). I'd like to save the GPU RAM by only calculating the unique values but I do not think that is possible in the current interface. Is that something that is possible to add or hack my way around in the current version?
For the record, this library is a life saver in terms of speeding up my code.