File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1717def setup (app ):
1818 app .add_css_file ("main_stylesheet.css" )
1919
20- extensions = ['breathe' ]
20+ extensions = ['breathe' , 'sphinx_rtd_theme' ]
2121breathe_projects = { 'xsimd' : '../xml' }
2222templates_path = ['_templates' ]
2323html_static_path = ['_static' ]
Original file line number Diff line number Diff line change 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
1010sudo sh -c " echo 0 > /proc/sys/kernel/yama/ptrace_scope"
You can’t perform that action at this time.
0 commit comments