Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repeated use of an index variable in a tensor access #5

Open
fredrikbk opened this issue Feb 10, 2017 · 0 comments
Open

Repeated use of an index variable in a tensor access #5

fredrikbk opened this issue Feb 10, 2017 · 0 comments
Labels
feature Indicates new feature requests

Comments

@fredrikbk
Copy link
Contributor

fredrikbk commented Feb 10, 2017

We should support diagonal accesses:

taco "A(i,i) = b(i) * c(i)"
Compiler bug at /Users/fred/Dropbox/projects/tensor-compiler/taco/src/lower/iteration_schedule_forest.cpp:88 in IterationScheduleForest
Please report it to developers
 Condition failed: levels.size() == vertices.size()

Abort trap: 6
taco "a(i) = A(i,i)"
Compiler bug at /Users/fred/Dropbox/projects/tensor-compiler/taco/src/lower/iteration_schedule_forest.cpp:90 in IterationScheduleForest
Please report it to developers
 Condition failed: levels.size() == vertices.size()

Abort trap: 6
@fredrikbk fredrikbk added the feature Indicates new feature requests label Feb 10, 2017
@fredrikbk fredrikbk changed the title Support for diagonal accesses A(i,i) = b(i) * c(i) Mar 11, 2017
@fredrikbk fredrikbk changed the title A(i,i) = b(i) * c(i) Repeated use of an index variable in a tensor access Mar 19, 2017
rohany added a commit that referenced this issue Oct 2, 2021
src: fix invalid arguments to BLAS dgemm calls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Indicates new feature requests
Projects
None yet
Development

No branches or pull requests

1 participant