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 decfdad commit 78867f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cinn/hlir/op/contrib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ gather_srcs(cinnapi_src SRCS
arange.cc
sort.cc
squeeze.cc
# argmin.cc
# argmax.cc
argmin.cc
argmax.cc
)

cc_test(test_cast SRCS cast_test.cc DEPS cinncore)
Expand Down

0 comments on commit 78867f3

Please sign in to comment.