Skip to content

Commit b816668

Browse files
authored
Merge branch 'xtensor-stack:master' into remaining_ops_impl
2 parents 2eaa6ee + 46c561b commit b816668

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
cd _build
118118
cd test
119119
if [[ '${{ matrix.sys.flags }}' == 'avx512' || '${{ matrix.sys.flags }}' == 'avx512cd' ]]; then
120-
../../sde-external-8.56.0-2020-07-05-lin/sde64 -skx -- ./test_xsimd
120+
../../sde-external-8.69.1-2021-07-18-lin/sde64 -skx -- ./test_xsimd
121121
else
122122
./test_xsimd
123123
fi

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
def setup(app):
1818
app.add_css_file("main_stylesheet.css")
1919

20-
extensions = ['breathe']
20+
extensions = ['breathe', 'sphinx_rtd_theme']
2121
breathe_projects = { 'xsimd': '../xml' }
2222
templates_path = ['_templates']
2323
html_static_path = ['_static']

install_sde.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#python ./intel-sde-downloader.py sde-external-8.35.0-2019-03-11-lin.tar.bz2
55
#wget http://software.intel.com/content/dam/develop/external/us/en/protected/sde-external-8.50.0-2020-03-26-lin.tar.bz2
66

7-
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
7+
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
88

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

0 commit comments

Comments
 (0)