软件包:hipcc(5.7.1-5)
hipcc 的相关链接
Debian 的资源:
下载源码包 rocm-hipamd:
- [rocm-hipamd_5.7.1-5.dsc]
- [rocm-hipamd_5.7.1.orig-hip.tar.gz]
- [rocm-hipamd_5.7.1.orig-hipcc.tar.gz]
- [rocm-hipamd_5.7.1.orig.tar.gz]
- [rocm-hipamd_5.7.1-5.debian.tar.xz]
维护小组:
- Debian ROCm Team (QA 页面, 邮件存档)
- Maxime Chambonnet (QA 页面)
- Étienne Mollier (QA 页面)
- Cordell Bloor (QA 页面)
- Christian Kastner (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
C++ Runtime API and Kernel Language for AMD and NVIDIA GPUs
HIP (Heterogeneous Interface for Portability) is a C++ Runtime API and Kernel Language that allows developers to create portable applications for AMD and NVIDIA GPUs from single source code.
Key features include:
* HIP is very thin and has little or no performance impact over coding directly in CUDA mode; * HIP allows coding in a single-source C++ programming language including features such as templates, C++11 lambdas, classes, namespaces, and more; * HIP allows developers to use the "best" development environment and tools on each target platform; * the HIPify tools automatically convert source from CUDA to HIP; * developers can specialize for the platform (CUDA or AMD) to tune for performance or handle tricky cases.
New projects can be developed directly in the portable HIP C++ language and can run on either NVIDIA or AMD platforms. Additionally, HIP provides porting tools which make it easy to port existing CUDA codes to the HIP layer, with no loss of performance as compared to the original CUDA application. HIP is not intended to be a drop-in replacement for CUDA, and developers should expect to do some manual coding and performance tuning work to complete the port.
其他与 hipcc 有关的软件包
|
|
|
|
-
- dep: clang-17
- C、C++ 和 Objective-C 编译器
-
- dep: clang-tools-17
- clang-based tools for C/C++ developments
-
- dep: file
- 使用"魔数"识别文件中的数据类型
-
- dep: libamdhip64-dev
- Header files for the AMD implementation of HIP
-
- dep: libclang-rt-17-dev
- Compiler-rt - development package
-
- dep: libfile-which-perl
- Perl module for searching paths for executable programs
-
- dep: liburi-encode-perl
- Perl module to encode and decode strings to URIs
-
- dep: lld-17
- LLVM-based linker
-
- dep: llvm-17
- Modular compiler and toolchain technologies
-
- dep: rocm-device-libs-17
- AMD specific device-side language runtime libraries
-
- dep: rocminfo
- ROCm Application for Reporting System Info