Skip to content

Commit

Permalink
Remove some debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
weiya711 committed Jun 20, 2021
1 parent 4738f56 commit c6d4e09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/taco.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,6 @@ static bool setSchedulingCommands(vector<vector<string>> scheduleCommands, parse
std::vector<ModeFormatPack> modeFormatPacks(dims.size(), Dense);
Format format(modeFormatPacks);
TensorVar workspace(name, Type(Float64, dims), format);
cout << "Parser ORDER: " << dims.size() << endl;
for (auto& d : dims) {cout << d << ", ";}
cout << endl;

stmt = stmt.precompute(visitor.expr, origs, pres, workspace);

Expand Down

0 comments on commit c6d4e09

Please sign in to comment.