Skip to content

Conversation

@diptorupd
Copy link
Contributor

  • Have you provided a meaningful PR description?
    Back ports the new Parfor pass from Split parfor pass into 3 parts. (old) numba/numba#8725

    • Splits the parfor pass into separate Parfor, ParforFusion
      and ParforPreLowering passes.
    • Introduces a "lowerer" attribute into parfor nodes to help
      use different lowerers based on compute follows data
      programming model.
  • Have you added a test, reproducer or referred to an issue with a reproducer?

  • Have you tested your changes locally for CPU and GPU devices?

  • Have you made sure that new changes do not introduce compiler warnings?

  • If this PR is a work in progress, are you filing the PR as a draft?

    - Splits the parfor pass into separate Parfor, ParforFusion
      and ParforPreLowering passes.
    - Introduces a "lowerer" attribute into parfor nodes to help
      use different lowerers based on compute follows data
      programming model.
@diptorupd
Copy link
Contributor Author

Merging based on public CI. The coverage drop needs proper addressing.

@diptorupd diptorupd merged commit 1c1f371 into main Mar 3, 2023
@diptorupd diptorupd deleted the feature/backported_parfor_passes branch March 3, 2023 04:22
github-actions bot added a commit that referenced this pull request Mar 3, 2023
…sses

Backported the split parfor pass from upstream Numba. 1c1f371
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants