[all-commits] [llvm/llvm-project] 60105a: [flang][cuda] Fix kernel registration (#113372)
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Oct 23 11:26:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60105ac6bab130c2694fc7f5b7b6a5fddaaab752
https://github.com/llvm/llvm-project/commit/60105ac6bab130c2694fc7f5b7b6a5fddaaab752
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M flang/include/flang/Runtime/CUDA/registration.h
M flang/lib/Optimizer/Dialect/CUF/CUFToLLVMIRTranslation.cpp
M flang/runtime/CUDA/registration.cpp
Log Message:
-----------
[flang][cuda] Fix kernel registration (#113372)
The registration needs the fct pointer and the name. This patch updates
the entry point with an extra arg and the translation as well.
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