Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
abadams committed Dec 24, 2024
1 parent e1dd026 commit eac3a29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/autoschedulers/mullapudi2016/reorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ double run_test_1(bool auto_schedule) {
Buffer<uint32_t> im(2048);
im.fill(17);


Func f("f");
f(x, y, dx, dy) = im(x) + im(y + 1) + im(dx + search_area / 2) + im(dy + search_area / 2);

Expand Down

0 comments on commit eac3a29

Please sign in to comment.