PACKAGES.TXT; Fri Aug 23 19:46:03 UTC 2024 PACKAGE NAME: MIOpen-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 71516 K PACKAGE SIZE (uncompressed): 1063700 K PACKAGE DESCRIPTION: MIOpen: MIOpen (AMDs Machine Intelligence Library (HIP backend)) MIOpen: MIOpen: MIOpen is AMDs library for high-performance machine learning MIOpen: primitives. MIOpen: MIOpen: MIOpen: MIOpen: MIOpen: MIOpen: MIOpen: PACKAGE NAME: ROCdbgapi-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 368 K PACKAGE SIZE (uncompressed): 1620 K PACKAGE DESCRIPTION: rocm-dbgapi: ROCdbgapi (AMD Debugger API (ROCdbgapi)) rocm-dbgapi: rocm-dbgapi: The AMD Debugger API is a library that provides all the support rocm-dbgapi: necessary for a debugger and other tools to perform low level control rocm-dbgapi: of the execution and inspection of execution state of AMDs rocm-dbgapi: commercially available GPU architectures. rocm-dbgapi: rocm-dbgapi: rocm-dbgapi: rocm-dbgapi: rocm-dbgapi: PACKAGE NAME: ROCgdb-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 50108 K PACKAGE SIZE (uncompressed): 215810 K PACKAGE DESCRIPTION: ROCgdb: ROCgdb (ROCm source-level debugger for Linux, based on GDB) ROCgdb: ROCgdb: ROCgdb: ROCgdb: ROCgdb: ROCgdb: ROCgdb: ROCgdb: ROCgdb: ROCgdb: PACKAGE NAME: composable_kernel-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 142808 K PACKAGE SIZE (uncompressed): 5280070 K PACKAGE DESCRIPTION: composable_kernel: composable_kernel (High Performance Composable Kernel for AMD GPUs) composable_kernel: composable_kernel: The Composable Kernel (CK) library provides a programming model for composable_kernel: writing performance-critical kernels for machine learning workloads composable_kernel: across multiple architectures (GPUs, CPUs, etc.). The CK library composable_kernel: uses general purpose kernel languages, such as HIP C++. composable_kernel: composable_kernel: composable_kernel: composable_kernel: composable_kernel: PACKAGE NAME: half-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 20 K PACKAGE SIZE (uncompressed): 160 K PACKAGE DESCRIPTION: half: half (HALF-PRECISION FLOATING POINT LIBRARY) half: half: This is a C++ header-only library to provide an IEEE 754 conformant half: 16-bit half-precision floating point type along with corresponding half: arithmetic operators, type conversions and common mathematical half: functions. It aims for both efficiency and ease of use, trying to half: accurately mimic the behaviour of the builtin floating point types at half: the best performance possible. half: half: half: PACKAGE NAME: hip-runtime-amd-6.2.0-x86_64-2cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 6060 K PACKAGE SIZE (uncompressed): 28000 K PACKAGE DESCRIPTION: hip-runtime-amd: Heterogeneous Interface for Portability ROCm (hip-runtime-amd) hip-runtime-amd: hip-runtime-amd: HIP is a C++ Runtime API and Kernel Language that allows developers hip-runtime-amd: to create portable applications for AMD and NVIDIA GPUs from single hip-runtime-amd: source code. hip-runtime-amd: hip-runtime-amd: hip-runtime-amd: hip-runtime-amd: hip-runtime-amd: hip-runtime-amd: PACKAGE NAME: hipBLAS-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 200 K PACKAGE SIZE (uncompressed): 3660 K PACKAGE DESCRIPTION: hipBLAS: hipBLAS (Basic Linear Algebra Subprograms) hipBLAS: hipBLAS: hipBLAS is a Basic Linear Algebra Subprograms (BLAS) marshalling hipBLAS: library with multiple supported backends. It sits between your hipBLAS: application and a worker BLAS library, where it marshals inputs to hipBLAS: the backend library and marshals results to your application. hipBLAS hipBLAS: exports an interface that doesnt require the client to change, hipBLAS: regardless of the chosen backend. Currently, hipBLAS supports rocBLAS hipBLAS: and cuBLAS backends. hipBLAS: PACKAGE NAME: hipBLASLt-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 86120 K PACKAGE SIZE (uncompressed): 4947470 K PACKAGE DESCRIPTION: hipBLASLt: hipBLASLt (hipBLASLt) hipBLASLt: hipBLASLt: General matrix-matrix operations beyond a traditional BLAS library hipBLASLt: hipBLASLt is exposed APIs in HIP programming language with an hipBLASLt: an underlying optimized generator as a backend kernel provider. hipBLASLt: hipBLASLt: This library adds flexibility in matrix data layouts, input types, hipBLASLt: compute types, and also in choosing the algorithmic implementations hipBLASLt: and heuristics through parameter programmability. hipBLASLt: hipBLASLt: PACKAGE NAME: hipCUB-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 68 K PACKAGE SIZE (uncompressed): 1280 K PACKAGE DESCRIPTION: hipCUB: hipCUB (Header-only library on top of rocPRIM or CUB) hipCUB: hipCUB: hipCUB is a thin wrapper library on top of rocPRIM or CUB. You can hipCUB: use it to port a CUB project into HIP so you can use AMD hardware hipCUB: (and ROCm software). hipCUB: hipCUB: In the ROCm environment, hipCUB uses the rocPRIM library as the hipCUB: backend. On CUDA platforms, it uses CUB as the backend. hipCUB: hipCUB: PACKAGE NAME: hipFFT-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 36 K PACKAGE SIZE (uncompressed): 150 K PACKAGE DESCRIPTION: hipFFT: hipFFT (rocFFT marshalling library) hipFFT: hipFFT: hipFFT is an FFT marshalling library that supports rocFFT and cuFFT hipFFT: backends. hipFFT: hipFFT: hipFFT exports an interface that doesnt require the client to change, hipFFT: regardless of the chosen backend. It sits between your application and hipFFT: the backend FFT library, where it marshals inputs to the backend and hipFFT: marshals results back to your application. hipFFT: hipFFT: PACKAGE NAME: hipRAND-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 28 K PACKAGE SIZE (uncompressed): 240 K PACKAGE DESCRIPTION: hipRAND: hipRAND (rocRAND marshalling library) hipRAND: hipRAND: hipRAND is a RAND marshalling library with multiple supported hipRAND: backends. It sits between your application and the backend RAND hipRAND: library, where it marshals inputs to the backend and results to the hipRAND: application. hipRAND exports an interface that doesnt require the hipRAND: client to change, regardless of the chosen backend. hipRAND: hipRAND: hipRAND supports rocRAND and cuRAND. hipRAND: hipRAND: PACKAGE NAME: hipSOLVER-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 72 K PACKAGE SIZE (uncompressed): 890 K PACKAGE DESCRIPTION: hipSOLVER: hipSOLVER (rocSOLVER marshalling library.) hipSOLVER: hipSOLVER: hipSOLVER is a LAPACK marshalling library, with multiple supported hipSOLVER: backends. It sits between the application and a worker LAPACK hipSOLVER: library, marshalling inputs into the backend library and marshalling hipSOLVER: results back to the application. hipSOLVER exports an interface that hipSOLVER: does not require the client to change, regardless of the chosen hipSOLVER: backend. Currently, hipSOLVER supports rocSOLVER and cuSOLVER as hipSOLVER: backends. hipSOLVER: PACKAGE NAME: hipSPARSE-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 88 K PACKAGE SIZE (uncompressed): 1030 K PACKAGE DESCRIPTION: hipSPARSE: hipSPARSE (rocSPARSE marshalling library.) hipSPARSE: hipSPARSE: hipSPARSE is a SPARSE marshalling library with multiple supported hipSPARSE: backends. It sits between your application and a worker SPARSE hipSPARSE: library, where it marshals inputs to the backend library and marshals hipSPARSE: results to your application. hipSPARSE exports an interface that hipSPARSE: does not require the client to change, regardless of the chosen hipSPARSE: backend. Currently, hipSPARSE supports rocSPARSE and cuSPARSE hipSPARSE: backends. hipSPARSE: hipSPARSE: PACKAGE NAME: hipcc-6.2.0-x86_64-3cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 92 K PACKAGE SIZE (uncompressed): 530 K PACKAGE DESCRIPTION: hipcc: HIP compiler driver (hipcc) hipcc: hipcc: hipcc is a compiler driver utility that will call clang or nvcc, depending on hipcc: target, and pass the appropriate include and library options for the target hipcc: compiler and HIP infrastructure. hipcc: hipcc: hipcc will pass-through options to the target compiler. The tools calling hipcc hipcc: must ensure the compiler options are appropriate for the target compiler. hipcc: hipcc: hipcc: PACKAGE NAME: hipfort-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 10836 K PACKAGE SIZE (uncompressed): 28380 K PACKAGE DESCRIPTION: hipfort: hipfort (Fortran Interface For GPU Kernel Libraries) hipfort: hipfort: This is a FORTRAN interface library for accessing GPU Kernels. hipfort: hipfort: hipfort: hipfort: hipfort: hipfort: hipfort: hipfort: PACKAGE NAME: hipify-clang-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 60928 K PACKAGE SIZE (uncompressed): 296690 K PACKAGE DESCRIPTION: hipify: hipify (Convert CUDA to Portable C++ Code) hipify: hipify: HIPIFY is a set of tools that you can use to automatically translate hipify: CUDA source code into portable HIP C++. hipify: hipify: hipify: hipify: hipify: hipify: hipify: PACKAGE NAME: hsa-amd-aqlprofile-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 276 K PACKAGE SIZE (uncompressed): 1290 K PACKAGE DESCRIPTION: hsa-amd-aqlprofile: hsa-amd-aqlprofile (AQLPROFILE library) hsa-amd-aqlprofile: hsa-amd-aqlprofile: AQLPROFILE library for AMD HSA runtime API extension support. hsa-amd-aqlprofile: hsa-amd-aqlprofile: hsa-amd-aqlprofile: hsa-amd-aqlprofile: hsa-amd-aqlprofile: hsa-amd-aqlprofile: hsa-amd-aqlprofile: closed source hsa-amd-aqlprofile: PACKAGE NAME: hsa-rocr-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 608 K PACKAGE SIZE (uncompressed): 3700 K PACKAGE DESCRIPTION: hsa-rocr: hsa-rocr (HSA Runtime API and runtime for ROCm) hsa-rocr: hsa-rocr: API interfaces and libraries necessary for host applications to hsa-rocr: launch compute kernels to available HSA ROCm kernel agents. Reference hsa-rocr: source code for the core runtime is also available. hsa-rocr: hsa-rocr: hsa-rocr: hsa-rocr: hsa-rocr: hsa-rocr: PACKAGE NAME: hsakmt-roct-6.2.0-x86_64-3cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 104 K PACKAGE SIZE (uncompressed): 610 K PACKAGE DESCRIPTION: hsakmt-roct: hsakmt-roct (Radeon Open Compute Thunk Interface) hsakmt-roct: hsakmt-roct: This repository includes the user-mode API interfaces used to hsakmt-roct: interact with the ROCk driver. hsakmt-roct: hsakmt-roct: hsakmt-roct: hsakmt-roct: hsakmt-roct: hsakmt-roct: hsakmt-roct: PACKAGE NAME: openblas-0.3.28-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 5368 K PACKAGE SIZE (uncompressed): 43350 K PACKAGE DESCRIPTION: OpenBLAS: OpenBLAS (an optimized BLAS library) OpenBLAS: OpenBLAS: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. OpenBLAS: BLAS stands for Basic Linear Algebra Subprograms. BLAS provides standard OpenBLAS: interfaces for linear algebra, including BLAS1 (vector-vector operations), OpenBLAS: BLAS2 (matrix-vector operations), and BLAS3 (matrix-matrix operations). OpenBLAS: If the BLAS implementation is highly optimized, the whole application OpenBLAS: can get substantial benefit. OpenBLAS: OpenBLAS: OpenBLAS home: https://github.com/xianyi/OpenBLAS OpenBLAS: PACKAGE NAME: rccl-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 11788 K PACKAGE SIZE (uncompressed): 394320 K PACKAGE DESCRIPTION: rccl: rccl (ROCm Communication Collectives Library) rccl: rccl: RCCL (pronounced 'Rickle') is a stand-alone library of standard rccl: collective communication routines for GPUs, implementing all-reduce, rccl: all-gather, reduce, broadcast, reduce-scatter, gather, scatter, and rccl: all-to-all. There is also initial support for direct GPU-to-GPU send rccl: and receive operations. rccl: rccl: rccl: rccl: PACKAGE NAME: rocALUTION-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 4244 K PACKAGE SIZE (uncompressed): 85730 K PACKAGE DESCRIPTION: rocALUTION: rocALUTION (Next generation library for iterative sparse solvers) rocALUTION: rocALUTION: rocALUTION is a sparse linear algebra library that can be used to rocALUTION: explore fine-grained parallelism on top of the ROCm platform runtime rocALUTION: and toolchains. Based on C++ and HIP, rocALUTION provides a portable, rocALUTION: generic, and flexible design that allows seamless integration with rocALUTION: other scientific software packages. rocALUTION: rocALUTION: rocALUTION: PACKAGE NAME: rocBLAS-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 94324 K PACKAGE SIZE (uncompressed): 4757330 K PACKAGE DESCRIPTION: rocBLAS: rocBLAS (Next generation BLAS implementation for ROCm platform) rocBLAS: rocBLAS: rocBLAS is the ROCm Basic Linear Algebra Subprograms (BLAS) library. rocBLAS: rocBLAS is implemented in the HIP programming language and optimized rocBLAS: for AMD GPUs. rocBLAS: rocBLAS: rocBLAS: rocBLAS: rocBLAS: rocBLAS: PACKAGE NAME: rocFFT-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 89364 K PACKAGE SIZE (uncompressed): 2097670 K PACKAGE DESCRIPTION: rocFFT: rocFFT (Next generation FFT implementation for ROCm) rocFFT: rocFFT: rocFFT is a software library for computing fast Fourier transforms rocFFT: (FFTs) written in the HIP programming language. It's part of AMD's rocFFT: software ecosystem based on ROCm. The rocFFT library can be used with rocFFT: AMD and NVIDIA GPUs. rocFFT: rocFFT: rocFFT: rocFFT: rocFFT: PACKAGE NAME: rocMLIR-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 44352 K PACKAGE SIZE (uncompressed): 521880 K PACKAGE DESCRIPTION: rocMLIR: rocMLIR (MLIR-based convolution and GEMM kernel generator for ROCm) rocMLIR: rocMLIR: MLIR-based convolution and GEMM kernel generator targetting AMD rocMLIR: hardware. This generator is mainly used from MIGraphX, but it can be rocMLIR: used on a standalone basis. rocMLIR: rocMLIR: rocMLIR: rocMLIR: rocMLIR: rocMLIR: PACKAGE NAME: rocPRIM-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 204 K PACKAGE SIZE (uncompressed): 3830 K PACKAGE DESCRIPTION: rocPRIM: rocPRIM (Header-only library providing HIP parallel primitives) rocPRIM: rocPRIM: rocPRIM is a header-only library that provides HIP parallel rocPRIM: primitives. You can use this library to develop performant rocPRIM: GPU-accelerated code on AMD ROCm platforms. rocPRIM: rocPRIM: rocPRIM: rocPRIM: rocPRIM: rocPRIM: PACKAGE NAME: rocRAND-6.2.0-x86_64-3cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 13760 K PACKAGE SIZE (uncompressed): 113920 K PACKAGE DESCRIPTION: rocRAND: rocRAND (Pseudo-random and quasi-random number generator on ROCm) rocRAND: rocRAND: The rocRAND project provides functions that generate pseudorandom and rocRAND: quasirandom numbers. The rocRAND library is implemented in the HIP rocRAND: programming language and optimized for AMDs latest discrete GPUs. rocRAND: It is designed to run on top of AMDs ROCm runtime, but it also works rocRAND: on CUDA-enabled GPUs. rocRAND: rocRAND: rocRAND: rocRAND: PACKAGE NAME: rocSOLVER-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 45640 K PACKAGE SIZE (uncompressed): 1546180 K PACKAGE DESCRIPTION: rocSOLVER: rocSOLVER (Subset of LAPACK functionality on the ROCm platform) rocSOLVER: rocSOLVER: rocSOLVER is a work-in-progress implementation of a subset of LAPACK rocSOLVER: functionality on the ROCm platform. rocSOLVER: rocSOLVER: rocSOLVER: rocSOLVER: rocSOLVER: rocSOLVER: PACKAGE NAME: rocSPARSE-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 31952 K PACKAGE SIZE (uncompressed): 1344790 K PACKAGE DESCRIPTION: rocSPARSE: rocSPARSE (BLAS for sparse computation on top of ROCm) rocSPARSE: rocSPARSE: rocSPARSE exposes a common interface that provides Basic Linear rocSPARSE: Algebra Subroutines (BLAS) for sparse computation. Its implemented rocSPARSE: on top of AMD ROCm runtime and toolchains. rocSPARSE is created rocSPARSE: using the HIP programming language and optimized for AMDs latest rocSPARSE: discrete GPUs. rocSPARSE: rocSPARSE: rocSPARSE: rocSPARSE: PACKAGE NAME: rocThrust-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 384 K PACKAGE SIZE (uncompressed): 6120 K PACKAGE DESCRIPTION: rocThrust: rocThrust (Port of Thrust parallel algorithm library atop HIP/ROCm) rocThrust: rocThrust: Thrust is a parallel algorithm library. It has been ported to HIP and rocThrust: ROCm, which use the rocPRIM library. The HIP-ported library works on rocThrust: HIP and ROCm software. Currently there is no CUDA backend in place. rocThrust: rocThrust: rocThrust: rocThrust: rocThrust: PACKAGE NAME: rocm-cmake-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 24 K PACKAGE SIZE (uncompressed): 150 K PACKAGE DESCRIPTION: rocm-cmake: rocm-cmake (ROCm cmake) rocm-cmake: rocm-cmake: rocm-cmake is a collection of CMake modules for common build and rocm-cmake: development tasks within the ROCm project. It is therefore a build rocm-cmake: dependency for many of the libraries that comprise the ROCm platform. rocm-cmake: rocm-cmake: rocm-cmake is not required for building libraries or programs that rocm-cmake: use ROCm; it is required for building some of the libraries that are rocm-cmake: a part of ROCm. rocm-cmake: rocm-cmake: PACKAGE NAME: rocm-comgr-6.2.0-x86_64-3cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 42232 K PACKAGE SIZE (uncompressed): 170740 K PACKAGE DESCRIPTION: comgr: Code Object Manager (comgr) comgr: comgr: The Comgr library provides APIs for compiling and inspecting AMDGPU comgr: code objects. comgr: comgr: comgr: comgr: comgr: comgr: comgr: PACKAGE NAME: rocm-core-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 12 K PACKAGE SIZE (uncompressed): 60 K PACKAGE DESCRIPTION: rocm-core: rocm-core (ROCm Core) rocm-core: rocm-core: rocm-core is a utility which can be used to get ROCm release version. rocm-core: rocm-core: rocm-core: rocm-core: rocm-core: rocm-core: rocm-core: rocm-core: PACKAGE NAME: rocm-device-libs-6.2.0-x86_64-3cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 460 K PACKAGE SIZE (uncompressed): 3330 K PACKAGE DESCRIPTION: rocm-device-libs: ROCm Device Libraries rocm-device-libs: rocm-device-libs: rocm-device-libs is a collection of CMake modules for common build and rocm-device-libs: development tasks within the ROCm project. It is therefore a build rocm-device-libs: dependency for many of the libraries that comprise the ROCm platform. rocm-device-libs: rocm-device-libs: rocm-device-libs is not required for building libraries or programs that rocm-device-libs: use ROCm; it is required for building some of the libraries that are rocm-device-libs: a part of ROCm. rocm-device-libs: rocm-device-libs: PACKAGE NAME: rocm-llvm-6.2.0-x86_64-3cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 1339568 K PACKAGE SIZE (uncompressed): 9120240 K PACKAGE DESCRIPTION: rocm-llvm: rocm-llvm (Radeon Open Compute - LLVM toolchain (llvm, clang, lld)) rocm-llvm: rocm-llvm: AMD Fork of The LLVM Compiler Infrastructure rocm-llvm: rocm-llvm: The AMD fork aims to contain all of upstream LLVM, and also includes rocm-llvm: several AMD-specific additions in the llvm-project/amd directory: rocm-llvm: rocm-llvm: amd/comgr rocm-llvm: amd/device-libs rocm-llvm: amd/hipcc rocm-llvm: PACKAGE NAME: rocm-opencl-runtime-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 600 K PACKAGE SIZE (uncompressed): 2920 K PACKAGE DESCRIPTION: rocm-opencl-runtime: rocm-opencl-runtime (OpenCL implementation for AMD) rocm-opencl-runtime: rocm-opencl-runtime: AMD Common Language Runtime contains source codes for AMDs compute rocm-opencl-runtime: languages runtimes: HIP and OpenCL-tm. rocm-opencl-runtime: rocm-opencl-runtime: rocm-opencl-runtime: rocm-opencl-runtime: rocm-opencl-runtime: rocm-opencl-runtime: rocm-opencl-runtime: rocm-opencl-runtime: rocm-opencl-runtime (OpenCL implementation for AMD) rocm-opencl-runtime: rocm-opencl-runtime: AMD Common Language Runtime contains source codes for AMDs compute rocm-opencl-runtime: languages runtimes: HIP and OpenCL-tm. rocm-opencl-runtime: rocm-opencl-runtime: rocm-opencl-runtime: rocm-opencl-runtime: rocm-opencl-runtime: rocm-opencl-runtime: rocm-opencl-runtime: PACKAGE NAME: rocm_smi_lib-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 564 K PACKAGE SIZE (uncompressed): 3120 K PACKAGE DESCRIPTION: rocm-smi-lib: rocm-smi-lib (ROCm System Management Interface Library) rocm-smi-lib: rocm-smi-lib: The ROCm System Management Interface Library, or ROCm SMI library, is rocm-smi-lib: part of the Radeon Open Compute ROCm software stack . It is a C rocm-smi-lib: library for Linux that provides a user space interface for rocm-smi-lib: applications to monitor and control GPU applications. rocm-smi-lib: rocm-smi-lib: rocm-smi-lib: rocm-smi-lib: rocm-smi-lib: PACKAGE NAME: rocminfo-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 24 K PACKAGE SIZE (uncompressed): 90 K PACKAGE DESCRIPTION: rocminfo: rocminfo (ROCm Application for Reporting System Info) rocminfo: rocminfo: ROCm Application for Reporting System Info rocminfo: rocminfo: rocminfo: rocminfo: rocminfo: rocminfo: rocminfo: rocminfo: PACKAGE NAME: rocprofiler-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 1264 K PACKAGE SIZE (uncompressed): 8580 K PACKAGE DESCRIPTION: rocprofiler: rocprofiler (Profiling with perf-counters and derived metrics.) rocprofiler: rocprofiler: ROCProfiler is AMD’s tooling infrastructure that provides a hardware rocprofiler: specific low level performance analysis interface for the profiling rocprofiler: and the tracing of GPU compute applications. rocprofiler: rocprofiler: rocprofiler: rocprofiler: rocprofiler: rocprofiler: PACKAGE NAME: rocprofiler-register-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 180 K PACKAGE SIZE (uncompressed): 610 K PACKAGE DESCRIPTION: rocprofiler-register: rocprofiler-register rocprofiler-register: rocprofiler-register: The rocprofiler-register library is a helper library that coordinates rocprofiler-register: the modification of the intercept API table(s) of the HSA/HIP/ROCTx rocprofiler-register: runtime libraries by the ROCprofiler (v2) library. The purpose of rocprofiler-register: this library is to provide a consistent and automated mechanism of rocprofiler-register: enabling performance analysis in the ROCm runtimes which does not rocprofiler-register: rely on environment variables or unique methods for each runtime rocprofiler-register: library. rocprofiler-register: rocprofiler-register: PACKAGE NAME: roctracer-6.2.0-x86_64-1cnr.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 468 K PACKAGE SIZE (uncompressed): 4030 K PACKAGE DESCRIPTION: roctracer: roctracer (ROCm tracer library for performance tracing) roctracer: roctracer: ROC-tracer library: Runtimes Generic Callback/Activity APIs roctracer: The goal of the implementation is to provide a generic independent roctracer: from specific runtime profiler to trace API and asynchronous activity. roctracer: roctracer: ROC-TX library: Code Annotation Events API roctracer: Includes API for: roctracer: - roctxMark roctracer: - roctxRangePush roctracer: - roctxRangePop