llvm / llvm/llvm-project

[mlir][mpi] add support for MPI_Get_processor_name

Open
#199,540 4 comments 0 reactions 0 assignees View on GitHub
mlir
Dominant language
LLVM
Stars
40.5k
Forks
18.7k
PR merge metrics
PR metrics pending

Description

The MLIR MPI dialect currently exposes operations corresponding to MPI runtime calls such as MPI_Comm_rank and MPI_Comm_size but does not currently provide a representation for MPI_Get_processor_name. It seems like this could be modeled similarly to existing MPI dialect operations and lowered through the MPI to LLVM conversion path.

I'd be happy to work on adding the operation and lowering support if this sounds reasonable.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.