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

DRAFT: Modify iterators to resolve precompute bugs #470

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed more extraneous lines
nirvikbaruah committed Jun 2, 2021
commit 211f6bcf1d558964cd0a375ca57bc30b7a07130a
69 changes: 0 additions & 69 deletions .vscode/settings.json

This file was deleted.

2 changes: 0 additions & 2 deletions src/lower/lowerer_impl.cpp
Original file line number Diff line number Diff line change
@@ -253,7 +253,6 @@ LowererImpl::lower(IndexStmt stmt, string name,
}
}
argumentsIR.insert(argumentsIR.begin(), indexSetArgs.begin(), indexSetArgs.end());

// Create variables for temporaries
// TODO Remove this
for (auto& temp : temporaries) {
@@ -808,7 +807,6 @@ Stmt LowererImpl::lowerForall(Forall forall)
loops = lowerMergeLattice(lattice, underivedAncestors[0],
forall.getStmt(), reducedAccesses);
}
// taco_iassert(loops.defined());
if (!generateComputeCode() && !hasStores(loops)) {
// If assembly loop does not modify output arrays, then it can be safely
// omitted.