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
Currently, tensors can only be indexed in any operation with the index labels they were defined at construction. An example of the issue caused by this restriction is shown in integration_test/kernels/triangleCount_SandiaLL.ta where the same matrix needs to be created again in order to use different index labels for an operation
The text was updated successfully, but these errors were encountered:
Currently, tensors can only be indexed in any operation with the index labels they were defined at construction. An example of the issue caused by this restriction is shown in
integration_test/kernels/triangleCount_SandiaLL.ta
where the same matrix needs to be created again in order to use different index labels for an operationThe text was updated successfully, but these errors were encountered: