Skip to content

Commit 8dcdf03

Browse files
authored
Merge pull request #1295 from ROCm/alexxu12/add-projects
feat(projects.yaml): Add new ROCm-DS components and rocSHMEM to projects.yaml
2 parents 42292ce + 7cc8a11 commit 8dcdf03

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/rocm_docs/data/projects.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,19 @@ projects:
2020
target: https://rocm.docs.amd.com/projects/HIPCC/en/${version}
2121
development_branch: amd-staging
2222
hipcub: https://rocm.docs.amd.com/projects/hipCUB/en/${version}
23+
hipdf: https://rocm.docs.amd.com/projects/hipDF/en/${version}
2324
hipfft: https://rocm.docs.amd.com/projects/hipFFT/en/${version}
2425
hipfort: https://rocm.docs.amd.com/projects/hipfort/en/${version}
26+
hipgraph:
27+
target: https://rocm.docs.amd.com/projects/hipGRAPH/en/${version}
28+
development_branch: develop
2529
hipify:
2630
target: https://rocm.docs.amd.com/projects/HIPIFY/en/${version}
2731
development_branch: amd-staging
2832
hip-python:
2933
target: https://rocm.docs.amd.com/projects/hip-python/en/${version}
3034
development_branch: main
35+
hipmm: https://rocm.docs.amd.com/projects/hipMM/en/${version}
3136
hiprand: https://rocm.docs.amd.com/projects/hipRAND/en/${version}
3237
hipsolver: https://rocm.docs.amd.com/projects/hipSOLVER/en/${version}
3338
hipsparse: https://rocm.docs.amd.com/projects/hipSPARSE/en/${version}
@@ -67,12 +72,18 @@ projects:
6772
rocgdb:
6873
target: https://rocm.docs.amd.com/projects/ROCgdb/en/${version}
6974
development_branch: amd-staging
75+
rocgraph:
76+
target: https://rocm.docs.amd.com/projects/rocGRAPH/en/${version}
77+
development_branch: develop
7078
rocjpeg: https://rocm.docs.amd.com/projects/rocJPEG/en/${version}
7179
rocm: https://rocm.docs.amd.com/en/${version}
7280
rocm-docs-core: https://rocm.docs.amd.com/projects/rocm-docs-core/en/${version}
7381
rocm-ds:
7482
target: https://rocm.docs.amd.com/projects/rocm-ds/en/${version}
7583
development_branch: develop
84+
rocm-ds-internal:
85+
target: https://rocm.docs.amd.com/projects/rocm-ds-internal/en/${version}
86+
development_branch: develop
7687
rocm-install-on-linux:
7788
target: https://rocm.docs.amd.com/projects/install-on-linux/en/${version}
7889
development_branch: develop
@@ -113,6 +124,9 @@ projects:
113124
rocr_debug_agent:
114125
target: https://rocm.docs.amd.com/projects/rocr_debug_agent/en/${version}
115126
development_branch: amd-staging
127+
rocshmem:
128+
target: https://rocm.docs.amd.com/projects/rocSHMEM/en/${version}
129+
development_branch: develop
116130
rocsolver: https://rocm.docs.amd.com/projects/rocSOLVER/en/${version}
117131
rocsparse: https://rocm.docs.amd.com/projects/rocSPARSE/en/${version}
118132
rocthrust: https://rocm.docs.amd.com/projects/rocThrust/en/${version}

0 commit comments

Comments
 (0)