layout | title |
---|---|
default |
ROCm Optimized Applications and Libraries |
You can perform a simplified ROCm install using our repository server. The package installs the driver, run time, HCC compiler and HIP language run time, as well as test apps to get you ready to start development in about 5–10 minutes.
- HIP run time and tools for porting Cuda applications with HCC
- HIP examples
- Mixbench;a good test to understand the effective performance of a GPU across arithmetic intensities
- LLVM source code for native GCN ISA code generation
- ROCm device-library compiler intrinsics with Open Compute Math Library and Open Compute kernel language
Our LLVM code generator now supports the GCN ISA disassembler and assembler.
- ROCm debugger binary build
- ROCm GDB source code
- ROCm GPU debugger SDK;ROCm debug run time that services GBD
- RCP command-line profiler
- CodeXL;a CPU and GPU profiler in one tool (now fully open source under the BSD license)
- GPUPerfAPI