2
0

SWDEV-287869 - [HIP] Package rename

Change-Id: I8690c02a8c210c11ad9f7037314ad8cc2124dfc9


[ROCm/hip commit: 25a142dc69]
Este cometimento está contido em:
anusha GodavarthySurya
2021-07-29 00:02:45 -07:00
cometido por Anusha Godavarthy Surya
ascendente e09c01f27a
cometimento 619bdd8bc2
2 ficheiros modificados com 4 adições e 4 eliminações
+2 -2
Ver ficheiro
@@ -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).
+2 -2
Ver ficheiro
@@ -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 \