Skip to content

Commit 43f8eef

Browse files
authored
Updated LIBXSMM from 1.17 to 6e6e718566679c73e248902e68f02683feca1885 (#845)
1 parent b358e95 commit 43f8eef

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.ci/daint.cscs.ch/ocl.build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [ ! -d "${HOME}/libxsmm" ]; then
3535
fi
3636
cd "${HOME}/libxsmm"
3737
git fetch
38-
git checkout d009b33e8742a93c9e1549323587fb6197451294
38+
git checkout 6e6e718566679c73e248902e68f02683feca1885
3939
make -j
4040
cd ..
4141

tools/docker/Dockerfile.build-env-ubuntu

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ RUN set -ex ; \
5555
git-archive-all \
5656
;
5757

58-
ARG libxsmm_version=1.17
58+
ARG libxsmm_version=6e6e718566679c73e248902e68f02683feca1885
5959

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

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

tools/docker/Dockerfile.build-env-ubuntu-cuda

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ RUN set -ex ; \
4646
git-archive-all \
4747
;
4848

49-
ARG libxsmm_version=1.17
49+
ARG libxsmm_version=6e6e718566679c73e248902e68f02683feca1885
5050

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

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

0 commit comments

Comments
 (0)