Skip to content

Commit

Permalink
Merge pull request #966 from JohanMabille/update_sde
Browse files Browse the repository at this point in the history
Updated to last Intel SDE
  • Loading branch information
JohanMabille committed Nov 2, 2023
2 parents fc6c3fb + 54278ed commit 46c561b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
cd _build
cd test
if [[ '${{ matrix.sys.flags }}' == 'avx512' || '${{ matrix.sys.flags }}' == 'avx512cd' ]]; then
../../sde-external-8.56.0-2020-07-05-lin/sde64 -skx -- ./test_xsimd
../../sde-external-8.69.1-2021-07-18-lin/sde64 -skx -- ./test_xsimd
else
./test_xsimd
fi
4 changes: 2 additions & 2 deletions install_sde.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#python ./intel-sde-downloader.py sde-external-8.35.0-2019-03-11-lin.tar.bz2
#wget http://software.intel.com/content/dam/develop/external/us/en/protected/sde-external-8.50.0-2020-03-26-lin.tar.bz2

wget --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" https://www.intel.com/content/dam/develop/external/us/en/documents/sde-external-8.56.0-2020-07-05-lin.tar.bz2
wget --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" https://github.com/xtensor-stack/xsimd-testing-resources/releases/download/1.0.0/sde-external-8.69.1-2021-07-18-lin.tar.bz2

tar xvf sde-external-8.56.0-2020-07-05-lin.tar.bz2
tar xvf sde-external-8.69.1-2021-07-18-lin.tar.bz2
sudo sh -c "echo 0 > /proc/sys/kernel/yama/ptrace_scope"

0 comments on commit 46c561b

Please sign in to comment.