File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
mlir/include/mlir/Dialect/OpenACC Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,8 @@ mlir::acc::VariableTypeCategory getTypeCategory(mlir::Value var);
4343// / empty string if no name is found.
4444std::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.
5248std::string getRecipeName (mlir::acc::RecipeKind kind, mlir::Type type);
5349
5450} // namespace acc
You can’t perform that action at this time.
0 commit comments