[all-commits] [llvm/llvm-project] 8f37fb: [mlir][acc] Add MappableType API for generating pr...

Razvan Lupusoru via All-commits all-commits at lists.llvm.org
Fri Jul 11 14:05:12 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f37fb21177e4bf1895a35e036eb8db13942435b
      https://github.com/llvm/llvm-project/commit/8f37fb21177e4bf1895a35e036eb8db13942435b
  Author: Razvan Lupusoru <razvan.lupusoru at gmail.com>
  Date:   2025-07-11 (Fri, 11 Jul 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/OpenACC/OpenACCTypeInterfaces.td

  Log Message:
  -----------
  [mlir][acc] Add MappableType API for generating private recipe init (#148293)

This introduces the first in a series of APIs that will allow a
MappableType to generate the body of the recipes. The current API does
not actually generate the recipe itself - it generates the body of it.
So it can either be placed in a recipe or inlined directly as needed.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list