* test pr for ROCm sdk tests

* SWDEV-479013 doc updates

[ROCm/rocprofiler-sdk commit: 5bec9f66b6]
Этот коммит содержится в:
Gopesh Bhardwaj
2024-08-13 23:35:12 +05:30
коммит произвёл GitHub
родитель 02ba6d0cdc
Коммит ecdc81553c
11 изменённых файлов: 47 добавлений и 30 удалений
+3 -3
Просмотреть файл
@@ -273,14 +273,14 @@ Sample Output:
2: rocprofiler_dim3_t dimBlocks = {z=1, y=32, x=32}
3: void** args = 0x7ffe6d8dd3c0
4: unsigned long sharedMemBytes = 0
5: ihipStream_t* stream = 0x17b40c0
5: hipStream_t* stream = 0x17b40c0
[HIP_RUNTIME_API] hipMemcpyAsync
0: void* dst = 0x7f06c7bbb010
1: void const* src = 0x7f0698800000
2: unsigned long sizeBytes = 393625600
3: hipMemcpyKind kind = DeviceToHost
4: ihipStream_t* stream = 0x25dfcf0
4: hipStream_t* stream = 0x25dfcf0
```
## Code Object Tracing
@@ -334,4 +334,4 @@ any/all buffers which might contain references to that code object or kernel sym
deleting the associated data.
For a sample of code object tracing, please see the `samples/code_object_tracing` example in the
[rocprofiler-sdk GitHub repository](https://github.com/ROCm/rocproifler-sdk).
[rocprofiler-sdk GitHub repository](https://github.com/ROCm/rocprofiler-sdk).