Skip to content
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 schedule/parallelize_as #573

Merged
merged 4 commits into from
Jan 10, 2024
Merged

Add schedule/parallelize_as #573

merged 4 commits into from
Jan 10, 2024

Conversation

roastduck
Copy link
Owner

A new schedule to parallelize a loop nest according to another loop nest, to make some variables shared among them thread-local.

@roastduck roastduck added enhancement New feature or request functionality Support new types of user programs labels Dec 31, 2023

} // Anonymous namespace

Stmt parallelizeAs(const Stmt &_ast, const ID &nest, const ID &reference,

Check warning

Code scanning / CodeQL

Poorly documented large function Warning

Poorly documented function: fewer than 2% comments for a function of 118 lines.
@roastduck roastduck changed the title [WIP] Add schedule/parallelize_as Add schedule/parallelize_as Jan 10, 2024
@roastduck roastduck merged commit 2811fe4 into master Jan 10, 2024
8 checks passed
@roastduck roastduck deleted the parallelize_as branch January 10, 2024 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request functionality Support new types of user programs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant