Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
walkalone20 committed May 5, 2024
1 parent 8a19b43 commit 56d151e
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 202 deletions.
2 changes: 1 addition & 1 deletion test/cpp/phi/core/unroll_array_ops_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bool CheckEquality(const T* p, size_t n, T val) {

template <int D1, int D2>
bool FillConstantTestMain() {
static_assert(D1 >= D2, "");
static_assert(D1 >= D2);
std::array<int, D1> arr;
arr.fill(0);

Expand Down
Loading

0 comments on commit 56d151e

Please sign in to comment.