Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Jun 27, 2024
1 parent 85361d8 commit ab797a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/DockerfileLatest
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ ENV CHIP_LOGLEVEL=info

RUN clinfo -l

RUN module load oneapi/2024.1.0 && which icpx && git clone https://github.com/CHIP-SPV/chipStar.git && \
RUN module unload pocl; module load oneapi/2024.1.0 && which icpx && git clone https://github.com/CHIP-SPV/chipStar.git && \
cd chipStar && \
git submodule update --init --recursive && \
mkdir build && \
cd build && \
cmake .. -DCMAKE_BUILD_TYPE=Release -DCHIP_BUILD_HIPBLAS=ON && \
make -j$(nproc) && \
/home/chipStarUser/chipStar/build/samples/0_MatrixMultiply/MatrixMultiply && \
make -j $(nproc) build_tests && \
sudo make install

Expand Down

0 comments on commit ab797a4

Please sign in to comment.