X Tutup
Skip to content

Refactoring and Analysis Fixes from WIP Automatic Parallelism#1748

Merged
iamrecursion merged 5 commits intomainfrom
wip/ara/auto-parallel
May 21, 2021
Merged

Refactoring and Analysis Fixes from WIP Automatic Parallelism#1748
iamrecursion merged 5 commits intomainfrom
wip/ara/auto-parallel

Conversation

@iamrecursion
Copy link
Contributor

Pull Request Description

As part of my initial work on rudimentary automated parallelism I did some refactoring of the compiler configuration and made some enhancements to the dataflow analysis pass. This PR aims to merge those back into main so future work can benefit from them.

Important Notes

While I have left the AutomatedParallelism pass in the codebase, I've tried to remove all of the public-facing portions of it so as not to result in confusion.

Checklist

Please include the following checklist in your PR:

  • The documentation has been updated if necessary.
  • All code conforms to the Scala, Java, and Rust style guides.
  • All documentation and configuration conforms to the markdown and YAML style guides.
  • All code has been tested where possible.

@iamrecursion iamrecursion added Type: Enhancement p-highest Should be completed ASAP labels May 20, 2021
@iamrecursion iamrecursion requested a review from 4e6 May 20, 2021 13:14
@iamrecursion iamrecursion self-assigned this May 20, 2021
@iamrecursion iamrecursion marked this pull request as ready for review May 21, 2021 11:53
Copy link
Contributor

@4e6 4e6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good, cleanup needed.

@iamrecursion iamrecursion force-pushed the wip/ara/auto-parallel branch from e43ad30 to de0f841 Compare May 21, 2021 13:19
@iamrecursion iamrecursion merged commit 80eff9c into main May 21, 2021
@iamrecursion iamrecursion deleted the wip/ara/auto-parallel branch May 21, 2021 15:53
iamrecursion added a commit that referenced this pull request Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

p-highest Should be completed ASAP

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup