Skip to content

Commit b41326a

Browse files
committed
update README.md for rocgdb
1 parent 31108f8 commit b41326a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hipcc <src_filename> -o <out_binary_name>
88
```
99
Note: cmake flow is not updated for the above HIP programs.
1010

11-
For more details, please refer README.md in src/hip directory.
11+
For more details, please refer `README.md` at location: `src/hip/README.md`
1212

1313
# Using taskflow as submodule for parallel programming, so run following to initialize it
1414
```

src/hip/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ roc-obj-extract file://sq_cube_no_hipstream#offset=16384&size=6648
3636

3737
It will generate the .co file which can be disassembled using llvm-obj-dump. But couldn't find the utility in the rocm installation, so roc-obj can be used instead as mentioned above.
3838

39+
# rocgdb
40+
41+
```
42+
hipcc -g vector_add_v1.cxx -o vector_add_v1_dbg -I../
43+
rocgdb vector_add_v1_dbg
44+
```

0 commit comments

Comments
 (0)