Skip to content

Commit

Permalink
SWDEV-287869 - [HIP] Package rename
Browse files Browse the repository at this point in the history
Change-Id: I8690c02a8c210c11ad9f7037314ad8cc2124dfc9
  • Loading branch information
anusha GodavarthySurya authored and Anusha Godavarthy Surya committed Jul 29, 2021
1 parent f61dff8 commit 25a142d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions docker/dockerfile-hip-ubuntu-16.04
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 25a142d

Please sign in to comment.