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 19, 2022
1 parent a9dbe85 commit 5afd7f3
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 @@ -406,7 +406,7 @@ TEST(net_build, program_execute_scatter) {
for (int h = 0; h < H_IN; ++h) {
int index = h + H_IN * b;
true_data[input2_data[index] + H_OUT * b] = input1_data[index];
std::cout<<index<<" "<<input2_data[index] + H_OUT * b<<" "<<true_data[input2_data[index] + H_OUT * b];
std::cout << index << " " << input2_data[index] + H_OUT * b << " " << true_data[input2_data[index] + H_OUT * b];
}
}

Expand Down

0 comments on commit 5afd7f3

Please sign in to comment.