Skip to content

Commit

Permalink
Updated LIBXSMM
Browse files Browse the repository at this point in the history
  • Loading branch information
hfp committed Sep 19, 2024
1 parent 48fd9be commit 14b4ea1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/daint.cscs.ch/ocl.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ ! -d "${HOME}/libxsmm" ]; then
fi
cd "${HOME}/libxsmm"
git fetch
git checkout 6e6e718566679c73e248902e68f02683feca1885
git checkout 54575e69eca42832b500903387181c9efcbe143a
make -j
cd ..

Expand Down
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile.build-env-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN set -ex ; \
git-archive-all \
;

ARG libxsmm_version=6e6e718566679c73e248902e68f02683feca1885
ARG libxsmm_version=54575e69eca42832b500903387181c9efcbe143a

RUN set -ex ; \
curl -LsS https://github.com/libxsmm/libxsmm/archive/${libxsmm_version}.tar.gz | tar -xz -C /opt ; \
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile.build-env-ubuntu-cuda
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN set -ex ; \
git-archive-all \
;

ARG libxsmm_version=6e6e718566679c73e248902e68f02683feca1885
ARG libxsmm_version=54575e69eca42832b500903387181c9efcbe143a

RUN set -ex ; \
curl -LsS https://github.com/libxsmm/libxsmm/archive/${libxsmm_version}.tar.gz | tar -xz -C /opt ; \
Expand Down

0 comments on commit 14b4ea1

Please sign in to comment.