Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zrr1999 committed Sep 17, 2022
1 parent 73cb58f commit 01e12c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cinn/frontend/net_builder_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ TEST(net_build, program_execute_gather) {
SetRandData<int>(input2_tensor, target);
int* input2_data = input2_tensor->mutable_data<int>(target);

runtime_program->Execute();
// runtime_program->Execute();

// auto output_tensor = scope->GetTensor(std::string(output->id));
// const std::vector<int>& output_shape = output_tensor->shape().data();
Expand Down

0 comments on commit 01e12c0

Please sign in to comment.