-
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 'develop' of https://github.com/PaddlePaddle/Paddle into…
… nested-namespace-part-6
- Loading branch information
Showing
1,777 changed files
with
29,939 additions
and
83,875 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,5 @@ | ||
add_subdirectory(analysis) | ||
add_subdirectory(cost_model) | ||
add_subdirectory(database) | ||
add_subdirectory(measure) | ||
add_subdirectory(post_schedule_rule) | ||
add_subdirectory(search_space) | ||
add_subdirectory(search_strategy) | ||
add_subdirectory(task) | ||
add_subdirectory(task_scheduler) | ||
add_subdirectory(tests) | ||
|
||
cinn_proto_library(auto_schedule_proto SRCS auto_schedule.proto DEPS | ||
schedule_desc_proto) | ||
|
||
core_gather_headers() | ||
|
||
gather_srcs(cinnapi_src SRCS auto_tuner.cc) | ||
|
||
#cinn_cc_test(test_auto_tuner SRCS auto_tuner_test.cc DEPS cinncore) | ||
|
||
foreach(header ${auto_schedule_proto_HDRS}) | ||
set(core_proto_includes | ||
"${core_proto_includes};${header}" | ||
CACHE INTERNAL "") | ||
endforeach() |
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 |
---|---|---|
@@ -1,5 +1,3 @@ | ||
core_gather_headers() | ||
|
||
gather_srcs(cinnapi_src SRCS analyze_ir.cc) | ||
|
||
cinn_cc_test(test_analyze_ir SRCS analyze_ir_test.cc DEPS cinncore) |
Oops, something went wrong.