Skip to content

Commit e5ea949

Browse files
randyh62systems-assistant[bot]
authored andcommitted
Add lowered_name example to hiprtc
* Add loweered name example to hiprtc * Apply suggestion from @randyh62 ok [rocm-systems] ROCm/rocm-systems#2634 (commit 9a4a479)
1 parent a66a57e commit e5ea949

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/how-to/hip_rtc.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,8 @@ Finally, the mangled name of the kernel is used to launch it using the
672672
hipModuleGetFunction(&kernel, module, name);
673673
hipModuleLaunchKernel(kernel, 1, 1, 1, 1, 1, 1, 0, nullptr, nullptr, config);
674674
675+
For a detailed example, refer to `lowered_names <https://github.com/ROCm/rocm-examples/tree/amd-staging/HIP-Doc/Programming-Guide/Programming-for-HIP-Runtime-Compiler/lowered_names>`__ in `rocm_examples <https://github.com/ROCm/rocm-examples>`__.
676+
675677
Versioning
676678
===============================================================================
677679

0 commit comments

Comments
 (0)