Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dsharlet committed Jan 11, 2024
1 parent b48f050 commit 43823f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ auto ab = buffer_expr::make(ctx, "ab", sizeof(float), 2);
var i(ctx, "i");
var j(ctx, "j");
var k(ctx, "k");
// The bounds required of the dimensions consumed by the reduction depend on the size of the
// buffers passed in. Note that we haven't used any constants yet.
Expand Down
1 change: 0 additions & 1 deletion test/pipeline.cc
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ TEST(pipeline_matmuls) {

var i(ctx, "i");
var j(ctx, "j");
var k(ctx, "k");

// The bounds required of the dimensions consumed by the reduction depend on the size of the
// buffers passed in. Note that we haven't used any constants yet.
Expand Down

0 comments on commit 43823f2

Please sign in to comment.