Skip to content

Commit ff978bf

Browse files
authored
Updated LIBXSMM (#849)
1 parent 48fd9be commit ff978bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 6e6e718566679c73e248902e68f02683feca1885
38+
git checkout 488aa88f2a9825e9f92a0cfc773c1aedf019f88a
3939
make -j
4040
cd ..
4141

tools/docker/Dockerfile.build-env-ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN set -ex ; \
5555
git-archive-all \
5656
;
5757

58-
ARG libxsmm_version=6e6e718566679c73e248902e68f02683feca1885
58+
ARG libxsmm_version=488aa88f2a9825e9f92a0cfc773c1aedf019f88a
5959

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN set -ex ; \
4646
git-archive-all \
4747
;
4848

49-
ARG libxsmm_version=6e6e718566679c73e248902e68f02683feca1885
49+
ARG libxsmm_version=488aa88f2a9825e9f92a0cfc773c1aedf019f88a
5050

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

0 commit comments

Comments
 (0)