History log of /llvm-project/flang/runtime/CUDA/registration.cpp (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3
# 70d61f6d 28-Oct-2024 Renaud Kauffmann <rkauffmann@nvidia.com>

[flang][cuda] Adding runtime call to CUFRegisterVariable (#113952)


# 4e40b71c 23-Oct-2024 Valentin Clement (バレンタイン クレメン) <clementval@gmail.com>

[flang][cuda] Add specialized gpu.launch_func conversion (#113493)


# 60105ac6 23-Oct-2024 Valentin Clement (バレンタイン クレメン) <clementval@gmail.com>

[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.


# cc4926a0 22-Oct-2024 Valentin Clement (バレンタイン クレメン) <clementval@gmail.com>

[flang][cuda] Fix module registration (#113358)


# d37bc32a 19-Oct-2024 Valentin Clement (バレンタイン クレメン) <clementval@gmail.com>

[flang][cuda] Translate cuf.register_kernel and cuf.register_module (#112972)

Add LLVM IR Translation for `cuf.register_module` and
`cuf.register_kernel`. These are lowered to function call to the

[flang][cuda] Translate cuf.register_kernel and cuf.register_module (#112972)

Add LLVM IR Translation for `cuf.register_module` and
`cuf.register_kernel`. These are lowered to function call to the CUF
runtime entries.

show more ...