We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2417336 commit 0a775e3Copy full SHA for 0a775e3
mlir/lib/Conversion/MPIToLLVM/MPIToLLVM.cpp
@@ -56,7 +56,8 @@ class MPIImplTraits {
56
57
public:
58
/// Instantiate a new MPIImplTraits object according to the DLTI attribute
59
- /// on the given module.
+ /// on the given module. Default to MPICH if no attribute is present or
60
+ /// the value is unknown.
61
static std::unique_ptr<MPIImplTraits> get(ModuleOp &moduleOp);
62
63
explicit MPIImplTraits(ModuleOp &moduleOp) : moduleOp(moduleOp) {}
0 commit comments