diff options
| author | Valentin Clement (バレンタイン クレメン) <clementval@gmail.com> | 2025-04-18 10:44:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-18 10:44:18 -0700 |
| commit | d79bb932785d312faa8cb8e82a0afc103436c54c (patch) | |
| tree | 36b1739c2c8adb66497b5f8fd7199957e0e4bc51 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | ba273be3bd1986f891fba38016bd217b9734b6f8 (diff) | |
[flang][cuda] Carry over the stream information to kernel launch (#136217)
In CUDA Fortran the stream is encoded in an INTEGER(cuda_stream_kind)
variable.
This information is carried over the GPU dialect through the
`cuf.stream_cast` and the token in the GPU ops.
When converting the `gpu.launch_func` to runtime call, the
`cuf.stream_cast` becomes a no-op and the reference to the stream is
passed to the runtime.
The runtime is adapted to take integer references instead of value for
stream.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
