Skip to content

Commit

Permalink
Fix comment in ApplySplit.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Dec 11, 2024
1 parent 20e3bb7 commit 724f0f7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ApplySplit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,7 @@ vector<ApplySplitResult> apply_split(const Split &split, const string &prefix,
}

vector<std::pair<string, Expr>> compute_loop_bounds_after_split(const Split &split, const string &prefix) {
// Define the bounds on the split dimensions using the bounds
// on the function args. If it is a purify, we should use the bounds
// from the dims instead.

// Define the bounds on the split dimensions using the bounds on the function args.
vector<std::pair<string, Expr>> let_stmts;

Expr old_var_extent = Variable::make(Int(32), prefix + split.old_var + ".loop_extent");
Expand Down

0 comments on commit 724f0f7

Please sign in to comment.