Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated LIBXSMM from 1.17 to 6e6e718566679c73e248902e68f02683feca1885 #845

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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