Skip to content

Commit

Permalink
Updated LIBXSMM from 1.17 to 6e6e718566679c73e248902e68f02683feca1885 (
Browse files Browse the repository at this point in the history
  • Loading branch information
hfp authored Sep 12, 2024
1 parent b358e95 commit 43f8eef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 d009b33e8742a93c9e1549323587fb6197451294
git checkout 6e6e718566679c73e248902e68f02683feca1885
make -j
cd ..

Expand Down
6 changes: 3 additions & 3 deletions tools/docker/Dockerfile.build-env-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ RUN set -ex ; \
git-archive-all \
;

ARG libxsmm_version=1.17
ARG libxsmm_version=6e6e718566679c73e248902e68f02683feca1885

RUN set -ex ; \
curl -LsS https://github.com/hfp/libxsmm/archive/${libxsmm_version}.tar.gz | tar -xz -C /opt ; \
curl -LsS https://github.com/libxsmm/libxsmm/archive/${libxsmm_version}.tar.gz | tar -xz -C /opt ; \
ln -s libxsmm-${libxsmm_version} /opt/libxsmm ; \
make -j -C /opt/libxsmm MALLOC=0
make -j -C /opt/libxsmm WRAP=0

ENV PKG_CONFIG_PATH="/opt/libxsmm/lib:${PKG_CONFIG_PATH}"

Expand Down
6 changes: 3 additions & 3 deletions tools/docker/Dockerfile.build-env-ubuntu-cuda
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ RUN set -ex ; \
git-archive-all \
;

ARG libxsmm_version=1.17
ARG libxsmm_version=6e6e718566679c73e248902e68f02683feca1885

RUN set -ex ; \
curl -LsS https://github.com/hfp/libxsmm/archive/${libxsmm_version}.tar.gz | tar -xz -C /opt ; \
curl -LsS https://github.com/libxsmm/libxsmm/archive/${libxsmm_version}.tar.gz | tar -xz -C /opt ; \
ln -s libxsmm-${libxsmm_version} /opt/libxsmm ; \
make -j -C /opt/libxsmm MALLOC=0
make -j -C /opt/libxsmm WRAP=0

ENV PKG_CONFIG_PATH="/opt/libxsmm/lib:${PKG_CONFIG_PATH}"

Expand Down

0 comments on commit 43f8eef

Please sign in to comment.