SWDEV-287869 - [HIP] Package rename
Change-Id: I8690c02a8c210c11ad9f7037314ad8cc2124dfc9
[ROCm/hip commit: 25a142dc69]
Este cometimento está contido em:
cometido por
Anusha Godavarthy Surya
ascendente
e09c01f27a
cometimento
619bdd8bc2
@@ -58,9 +58,9 @@ sudo make install
|
||||
HIP-nvcc is the compiler for HIP program compilation on NVIDIA platform.
|
||||
|
||||
* Add the ROCm package server to your system as per the OS-specific guide available [here](https://rocm.github.io/ROCmInstall.html#installing-from-amd-rocm-repositories).
|
||||
* Install the "hip-nvcc" package. This will install CUDA SDK and the HIP porting layer.
|
||||
* Install the "hip-runtime-nvidia" and "hip-devel" package. This will install CUDA SDK and the HIP porting layer.
|
||||
```
|
||||
apt-get install hip-nvcc
|
||||
apt-get install hip-runtime-nvidia hip-devel
|
||||
```
|
||||
* Default paths and environment variables:
|
||||
* By default HIP looks for CUDA SDK in /usr/local/cuda (can be overriden by setting CUDA_PATH env variable).
|
||||
|
||||
@@ -30,8 +30,8 @@ COPY *.deb /tmp/
|
||||
# Install the debian package
|
||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y curl \
|
||||
&& apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --allow-unauthenticated -y \
|
||||
/tmp/hip-base-*.deb \
|
||||
/tmp/hip-hcc-*.deb \
|
||||
/tmp/hip-devel-*.deb \
|
||||
/tmp/hip-runtime-amd-*.deb \
|
||||
/tmp/hip-doc-*.deb \
|
||||
/tmp/hip-samples-* \
|
||||
&& rm -f /tmp/*.deb \
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador