Skip to content

[CINN]Delete the dependency of absl #72596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions cmake/cinn.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ cinn_cc_library(
param_proto
schedule_desc_proto
tile_config_proto
absl
isl
ginac
op_fusion
Expand Down Expand Up @@ -216,7 +215,6 @@ function(gen_cinncore LINKTYPE)
param_proto
schedule_desc_proto
tile_config_proto
absl
isl
ginac
op_fusion
Expand Down
62 changes: 0 additions & 62 deletions cmake/cinn/external/absl.cmake

This file was deleted.

1 change: 0 additions & 1 deletion cmake/third_party.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ if(WITH_CINN)
DESTINATION ${CMAKE_BINARY_DIR}/cmake/cinn)
endif()
include(${CMAKE_BINARY_DIR}/cmake/cinn/config.cmake)
include(cmake/cinn/external/absl.cmake)
include(cmake/cinn/external/llvm.cmake)
include(cmake/cinn/external/isl.cmake)
include(cmake/cinn/external/ginac.cmake)
Expand Down
2 changes: 1 addition & 1 deletion paddle/ap/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(AP_COMMON_DEPS absl)
set(AP_COMMON_DEPS "")
if(WITH_ONEDNN)
list(APPEND AP_COMMON_DEPS onednn)
endif()
Expand Down
9 changes: 0 additions & 9 deletions test/cpp/cinn/adt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,3 @@ cinn_cc_test(equation_value_match_trait_test SRCS
equation_value_match_trait_test.cc DEPS gtest glog)

cinn_cc_test(tree_test SRCS tree_test.cc DEPS gtest glog)

cinn_cc_test(
inline_translator_test
SRCS
inline_translator_test.cc
DEPS
gtest
glog
absl)
131 changes: 0 additions & 131 deletions test/cpp/cinn/adt/inline_translator_test.cc

This file was deleted.

2 changes: 0 additions & 2 deletions test/cpp/cinn/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
cinn_cc_test(test_sized_multi_set SRCS sized_multi_set_test.cc DEPS cinncore)
cinn_cc_test(test_multi_threading SRCS multi_threading_test.cc DEPS cinncore)

cinn_cc_test(test_functional SRCS functional_test.cc DEPS absl Threads::Threads)
152 changes: 0 additions & 152 deletions test/cpp/cinn/utils/functional_test.cc

This file was deleted.

Loading