File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ RUN apt-get -qq update && \
7474
7575RUN wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | apt-key add -
7676RUN echo 'deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian/ xenial main' >> /etc/apt/sources.list.d/rocm.list
77- RUN apt-get update -q && \
78- apt-get install -q -y rocm-opencl-dev rocm-dkms && \
77+ RUN apt-get -qq update && \
78+ apt-get -qq install -y rocm-opencl-dev rocm-dkms && \
7979 apt-get clean && \
8080 rm -rf /var/lib/apt/lists/*
8181
Original file line number Diff line number Diff line change 11# Chapter 5 Parallel algorithms and patterns
22This is from Chapter 5 of the Parallel and High Performance Computing, Robey and Zamora,
33Manning Publications. The book may be obtained at
4- http ://www.manning.com/?a_aid=ParallelComputingRobey
4+ https ://www.manning.com/books/parallel-and-high-performance-computing ?a_aid=ParallelComputingRobey
55
66Copyright 2019-2020 Robert Robey, Yuliana Zamora, and Manning Publications
77Emails: brobey@earthlink.net, yzamora215@gmail.com
You can’t perform that action at this time.
0 commit comments