@@ -141,6 +141,8 @@ The latest supported version of the drivers, tools, libraries and source code fo
141
141
- [ Asynchronous Task and Memory Interface (ATMI)] ( https://github.com/RadeonOpenCompute/atmi/tree/4dd14ad8 )
142
142
- [ ROCr Debug Agent] ( https://github.com/ROCm-Developer-Tools/rocr_debug_agent/tree/roc-2.0.0 )
143
143
- [ ROCm Code Object Manager] ( https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/tree/roc-2.0.0 )
144
+ - [ ROC Profiler] ( https://github.com/ROCm-Developer-Tools/rocprofiler/tree/roc-2.0.0 )
145
+ - [ Radeon Compute Profiler] ( https://github.com/GPUOpen-Tools/RCP/tree/v5.6 )
144
146
- Example Applications:
145
147
- [ HCC Examples] ( https://github.com/ROCm-Developer-Tools/HCC-Example-Application/tree/ffd65333 )
146
148
- [ HIP Examples] ( https://github.com/ROCm-Developer-Tools/HIP-Examples/tree/roc-2.0.x )
@@ -158,6 +160,7 @@ The latest supported version of the drivers, tools, libraries and source code fo
158
160
- [ ROCm SMI Lib] ( https://github.com/RadeonOpenCompute/rocm_smi_lib/tree/roc-2.0.0 )
159
161
- [ RCCL] ( https://github.com/ROCmSoftwarePlatform/rccl/tree/0.7.1 )
160
162
- [ MIVisionX] ( https://github.com/GPUOpen-ProfessionalCompute-Libraries/MIVisionX/tree/1.0.0 )
163
+ - [ CUB HIP] ( https://github.com/ROCmSoftwarePlatform/cub-hip/tree/hip_port_1.7.4 )
161
164
162
165
#### Supported Operating Systems - New operating systems available
163
166
@@ -226,6 +229,8 @@ The packages for each of the major ROCm components are:
226
229
- Asynchronous Task and Memory Interface (ATMI): ` atmi `
227
230
- ROCr Debug Agent: ` rocr_debug_agent `
228
231
- ROCm Code Object Manager: ` comgr `
232
+ - ROC Profiler: ` rocprofiler-dev `
233
+ - Radeon Compute Profiler: ` rocm-profiler `
229
234
* ROCm Libraries
230
235
- rocBLAS: ` rocblas `
231
236
- hipBLAS: ` hipblas `
@@ -240,6 +245,7 @@ The packages for each of the major ROCm components are:
240
245
- ROCm SMI Lib: ` rocm_smi_lib64 `
241
246
- RCCL: ` rccl `
242
247
- MIVisionX: ` mivisionx `
248
+ - CUB HIP: ` cub-hip `
243
249
244
250
To make it easier to install ROCm, the AMD binary repos provide a number of meta-packages that will automatically install multiple other packages.
245
251
For example, ` rocm-dkms ` is the primary meta-package that is used to install most of the base technology needed for ROCm to operate.
0 commit comments