-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add GPU autoscheduler #6856
Merged
+18,677
−57
Merged
Add GPU autoscheduler #6856
Changes from all commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
0046184
Add GPU autoscheduler
aekul d939ea5
clang-format
aekul 73b055a
clang-format 13
aekul dfe18b8
run clang-tidy, remove MachineParams, use new autoscheduler params an…
aekul 4ad51a2
remove commented code
aekul 9932266
use updated api
aekul e4672de
use updated api
aekul efa1d83
clang-format
aekul 937c730
remove MachineParams and fix parallelism parameter
aekul bb571dd
fix test
aekul bddfc57
add CMakeLists.txt
aekul 59617c2
remove ASLog.h/cpp
aekul ec5a6ee
move PerfectHashMap.h to common/
aekul 56d5e71
move test_function_dag.cpp to common/
aekul 6e68cd4
move featurization_to_sample.cpp to common/
aekul 7d3fbb4
move test_perfect_hash_map.cpp to common/
aekul ae9b216
remove Errors.h
aekul d7c7e5a
move get_host_target.cpp to common/
aekul b529aeb
move weightsdir_to_weightsfile.cpp to common/
aekul 0a99054
remove MACHINE_PARAMS
aekul 8a7923b
move demo_generator.cpp to common/
aekul bee009e
remove files from Adams2019
aekul 1e3fa11
move included_schedule_file_generator.cpp to common/
aekul 489509b
move Weights.h/cpp to common/
aekul 6e8e4c1
tidy up
aekul 1c4e2a6
add input images
aekul 393c7b9
Merge remote-tracking branch 'upstream/main' into gpu-autoscheduler
aekul ebeccac
add prefix to build targets
aekul e6fd31a
steven's patch
aekul df668fb
Merge remote-tracking branch 'upstream/main' into gpu-autoscheduler
aekul 31fad63
fix cmake error
aekul c4e93d8
fix Weights.cpp path
aekul 7119a0e
Merge remote-tracking branch 'upstream/main' into gpu-autoscheduler
aekul 82da090
Remove usage of include_directories
aekul fae9934
Merge remote-tracking branch 'upstream/main' into gpu-autoscheduler
aekul 99627a5
Move tests to test directory
aekul 4b6f020
clang-tidy/format
aekul e5a40ef
Merge remote-tracking branch 'upstream/main' into gpu-autoscheduler
aekul d29fa84
Update scripts to use CMake build directory structure
aekul f7fad31
Tidy up scripts/utils.sh
aekul ae08b76
Check if RunGenMain.o exists
aekul b44d05c
clang-format
aekul 844755c
Add included_schedule_file.schedule.h
aekul b8e6ed0
clang-format
aekul f2928d3
Script usability improvements
aekul ff2daff
Add include path to Makefile
aekul 9741bb3
Fix include path in Makefile
aekul b273cb0
Fix include path in Makefile
aekul d6a3656
Tidy up
aekul d72060e
clang-tidy
aekul af18231
Merge remote-tracking branch 'upstream/main' into gpu-autoscheduler
aekul 9ec5b03
include directory
aekul 6b6c7d8
Merge remote-tracking branch 'upstream/main' into gpu-autoscheduler
aekul c7bd839
Non-constant bounds fix
aekul ea869ce
Merge remote-tracking branch 'upstream/main' into gpu-autoscheduler
aekul 64148a9
Fix long line
aekul 86c4015
Add braces around if statements
aekul 08c778e
aslog(0) -> aslog(1)
aekul 8468f59
abort -> internal_assert
aekul 940f644
Remove default destructor
aekul c860696
Fix long line
aekul 1df7dc2
Fix long lines
aekul cf15af2
Reorder parameters
aekul 79c4713
Fix long line
aekul 50ba6e0
Remove empty clause
aekul 6924d1a
Remove blank line
aekul 5aad419
Uppercase enum, std::vector, constexpr
aekul 5fab295
Remove HALIDE_ALLOW_LEGACY_AUTOSCHEDULER_API code
aekul 766a010
Remove HALIDE_ALLOW_LEGACY_AUTOSCHEDULER_API code
aekul 25da22a
Tidy up test input, move inner_extent
aekul 98ee389
Merge remote-tracking branch 'upstream/main' into gpu-autoscheduler
aekul 1a84237
clang-format
aekul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to be a duplicate of apps/images/rgb_small.png