We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Merge pull request #5 from rohany/blas-invalid-arg-fix
97645cd
src: fix invalid arguments to BLAS dgemm calls
No branches or pull requests
We should support diagonal accesses:
The text was updated successfully, but these errors were encountered: