Renaud Kauffmann
|
70d61f6de7
|
[flang][cuda] Adding runtime call to CUFRegisterVariable (#113952)
|
2024-10-28 13:34:37 -07:00 |
|
Valentin Clement (バレンタイン クレメン)
|
4e40b71c51
|
[flang][cuda] Add specialized gpu.launch_func conversion (#113493)
|
2024-10-23 15:28:51 -07:00 |
|
Valentin Clement (バレンタイン クレメン)
|
60105ac6ba
|
[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.
|
2024-10-23 11:25:58 -07:00 |
|
Valentin Clement (バレンタイン クレメン)
|
cc4926a069
|
[flang][cuda] Fix module registration (#113358)
|
2024-10-22 12:26:10 -07:00 |
|
Valentin Clement (バレンタイン クレメン)
|
d37bc32a65
|
[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.
|
2024-10-18 21:31:47 -07:00 |
|