[all-commits] [llvm/llvm-project] cbe76a: [flang][cuda] Add cuf.register_kernel operation (#...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Mon Oct 14 20:57:43 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cbe76a2ac3547258076cc93e8cbc42cdc6219d06
      https://github.com/llvm/llvm-project/commit/cbe76a2ac3547258076cc93e8cbc42cdc6219d06
  Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
  Date:   2024-10-14 (Mon, 14 Oct 2024)

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/CUF/CUFOps.td
    M flang/lib/Optimizer/Dialect/CUF/CUFOps.cpp
    A flang/test/Fir/CUDA/cuda-register-func.fir
    M flang/test/Fir/cuf-invalid.fir
    M flang/tools/fir-opt/fir-opt.cpp

  Log Message:
  -----------
  [flang][cuda] Add cuf.register_kernel operation (#112268)

The operation will be used in the CUF constructor to register the kernel
functions. This allow to delay this until codegen when the gpu.binary
will be available.



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