Skip to content

Commit

Permalink
Fixed compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
PGZXB committed Jan 5, 2023
1 parent 1a7a5ef commit 28bfeea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ TEST(TensorType, eliminateImmutableLocalVars) {
auto func = []() {};
auto kernel =
std::make_unique<Kernel>(*test_prog.prog(), func, "fake_kernel");
block->kernel = kernel.get();

auto &type_factory = TypeFactory::get_instance();

Expand Down

0 comments on commit 28bfeea

Please sign in to comment.