Skip to content

Commit a81e651

Browse files
author
Razvan Lupusoru
committed
Update getRecipeName documentation
1 parent 03e3430 commit a81e651

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

mlir/include/mlir/Dialect/OpenACC/OpenACCUtils.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,8 @@ mlir::acc::VariableTypeCategory getTypeCategory(mlir::Value var);
4343
/// empty string if no name is found.
4444
std::string getVariableName(mlir::Value v);
4545

46-
/// Get the recipe name for a given kind, type and value.
47-
///
48-
/// \param kind The kind of recipe to get the name for.
49-
/// \param type The type to get the recipe name for. Can be null if the
50-
/// var is provided instead.
51-
/// \return The recipe name, or an empty string if not available.
46+
/// Get the recipe name for a given recipe kind and type.
47+
/// Returns an empty string if not possible to generate a recipe name.
5248
std::string getRecipeName(mlir::acc::RecipeKind kind, mlir::Type type);
5349

5450
} // namespace acc

0 commit comments

Comments
 (0)