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

transformations: Switch MPI lowering to use llvm.mlir.zero #2528

Merged
merged 1 commit into from
May 2, 2024

Conversation

PapyChacal
Copy link
Collaborator

The currently used NullOp isn't defined in MLIR anymore; this was not caught on DeVito's side as we don't use MPI_Init from the xDSL compiled code there...

closes #2523

@PapyChacal PapyChacal added the transformations Changes or adds a transformatio label May 2, 2024
@PapyChacal PapyChacal self-assigned this May 2, 2024
Copy link

codecov bot commented May 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.85%. Comparing base (2d0ede4) to head (ab67163).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2528   +/-   ##
=======================================
  Coverage   89.85%   89.85%           
=======================================
  Files         351      351           
  Lines       43944    43944           
  Branches     6560     6560           
=======================================
  Hits        39487    39487           
  Misses       3500     3500           
  Partials      957      957           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@PapyChacal PapyChacal merged commit 044ebe9 into main May 2, 2024
10 checks passed
@PapyChacal PapyChacal deleted the emilien/mpi-zero branch May 2, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transformations Changes or adds a transformatio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dialects: (llvm) MLIR LLVM dialect NullOp replaced by ZeroOp
2 participants