-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'PaddlePaddle:develop' into fix_trt_int8_infer
- Loading branch information
Showing
1,383 changed files
with
57,977 additions
and
15,754 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
if(NOT CINN_ONLY) | ||
add_subdirectory(print_utils) | ||
|
||
core_gather_headers() | ||
|
||
gather_srcs( | ||
cinnapi_src | ||
SRCS | ||
adapter_tensor.cc | ||
anchor_sd_equation_context.cc | ||
equation_function.cc | ||
equation_solver.cc | ||
equation_value.cc | ||
generate_map_expr.cc | ||
get_sub_reshape_dim_ranges.cc | ||
igroup.cc | ||
index_expr_infer_context.cc | ||
kgroup.cc | ||
m_ir.cc | ||
naive_bidirection_equation_generator.cc | ||
naive_op_equation_context.cc | ||
partition_op_stmts.cc | ||
schedule_descriptor.cc | ||
schedule_dim.cc | ||
schedule_mesh.cc | ||
simplify_value.cc | ||
write_broadcast_disabled_bidirection_equation_generator.cc) | ||
|
||
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 | ||
cinncore) | ||
|
||
message(STATUS "ADT srcs: ${cinnapi_src}") | ||
|
||
endif() |
Oops, something went wrong.