-
Notifications
You must be signed in to change notification settings - Fork 17
[Transform] Hoist thread-local allocator within the nested parallel loops #283
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
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
45a02a4
[mlir][Memref] Add memref-merge optimization
1615878
[tests] Add example MLIR-unittest in lit
d1225c0
format
d107580
Merge branch 'yijie/unittest' into yijie/mem-merge
eaf2667
add test
f868629
update doc
504c785
doc
ef3d150
handle i1
21fe5fa
Merge remote-tracking branch 'origin/main' into yijie/mem-merge
5db4be4
trigger
84a17ac
fix
87a7fb6
remove cprt
42d612b
Merge branch 'main' of https://github.com/intel/graph-compiler into y…
115fd66
update
26adb18
fix lint
f93f1d2
Merge remote-tracking branch 'origin/main' into yijie/mem-merge
36354ea
rename
82ab370
Merge branch 'main' of https://github.com/intel/graph-compiler into y…
1d3b887
fix
e285e99
make checker happy
5990627
fix tidy
eecc19f
make you happy
b3541f0
Merge branch 'main' of https://github.com/intel/graph-compiler into y…
57ddeab
Merge branch 'main' of https://github.com/intel/graph-compiler into y…
e5a2f83
fix
66309fc
Merge branch 'main' of https://github.com/intel/graph-compiler into y…
5953b13
port memref-hoist
ciyongch ddf69b0
update test cases
ciyongch 8401ca0
update mlir test
ciyongch 43f27a7
refactor and add new cases
ciyongch 75a88aa
fix tidy
ciyongch a81249d
Merge branch 'main' into ciyong/memref_hoist_v2
ciyongch 8f5325d
Merge branch 'main' into ciyong/memref_hoist_v2
ciyongch 5c8fdf4
restore unchanged code
ciyongch d2c7cdc
Merge remote-tracking branch 'origin/main' into ciyong/memref_hoist_v2
ciyongch fdede5b
address comments
ciyongch 4708126
Merge remote-tracking branch 'origin/main' into ciyong/memref_hoist_v2
ciyongch cc25380
Merge branch 'main' into ciyong/memref_hoist_v2
ciyongch 514664e
address comment
ciyongch ac8452f
address comment
ciyongch 99a2c34
fix lint
ciyongch 1e80344
support multiple vars within a forall loop
ciyongch 8daedf9
Merge remote-tracking branch 'origin/main' into ciyong/memref_hoist_v2
ciyongch 991e1fc
fix lint
ciyongch 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.