Skip to content

Commit fd9a3d2

Browse files
committed
[CINN]Delete the dependency of absl
1 parent 3d507f6 commit fd9a3d2

File tree

8 files changed

+1
-360
lines changed

8 files changed

+1
-360
lines changed

cmake/cinn.cmake

-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ cinn_cc_library(
157157
param_proto
158158
schedule_desc_proto
159159
tile_config_proto
160-
absl
161160
isl
162161
ginac
163162
op_fusion
@@ -216,7 +215,6 @@ function(gen_cinncore LINKTYPE)
216215
param_proto
217216
schedule_desc_proto
218217
tile_config_proto
219-
absl
220218
isl
221219
ginac
222220
op_fusion

cmake/cinn/external/absl.cmake

-62
This file was deleted.

cmake/third_party.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ if(WITH_CINN)
389389
DESTINATION ${CMAKE_BINARY_DIR}/cmake/cinn)
390390
endif()
391391
include(${CMAKE_BINARY_DIR}/cmake/cinn/config.cmake)
392-
include(cmake/cinn/external/absl.cmake)
393392
include(cmake/cinn/external/llvm.cmake)
394393
include(cmake/cinn/external/isl.cmake)
395394
include(cmake/cinn/external/ginac.cmake)

paddle/ap/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(AP_COMMON_DEPS absl)
1+
set(AP_COMMON_DEPS "")
22
if(WITH_ONEDNN)
33
list(APPEND AP_COMMON_DEPS onednn)
44
endif()

test/cpp/cinn/adt/CMakeLists.txt

-9
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,3 @@ cinn_cc_test(equation_value_match_trait_test SRCS
22
equation_value_match_trait_test.cc DEPS gtest glog)
33

44
cinn_cc_test(tree_test SRCS tree_test.cc DEPS gtest glog)
5-
6-
cinn_cc_test(
7-
inline_translator_test
8-
SRCS
9-
inline_translator_test.cc
10-
DEPS
11-
gtest
12-
glog
13-
absl)

test/cpp/cinn/adt/inline_translator_test.cc

-131
This file was deleted.

test/cpp/cinn/utils/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
cinn_cc_test(test_sized_multi_set SRCS sized_multi_set_test.cc DEPS cinncore)
22
cinn_cc_test(test_multi_threading SRCS multi_threading_test.cc DEPS cinncore)
3-
4-
cinn_cc_test(test_functional SRCS functional_test.cc DEPS absl Threads::Threads)

test/cpp/cinn/utils/functional_test.cc

-152
This file was deleted.

0 commit comments

Comments
 (0)