Skip to content

Commit be5f035

Browse files
committed
avx512 tests reenabled
1 parent 6403fea commit be5f035

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

.github/workflows/linux.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ jobs:
1616
- { compiler: 'gcc', version: '12', flags: 'force_no_instr_set' }
1717
- { compiler: 'gcc', version: '13', flags: 'enable_xtl_complex' }
1818
- { compiler: 'gcc', version: '14', flags: 'avx' }
19-
# - { compiler: 'gcc', version: '13', flags: 'avx512' }
19+
- { compiler: 'gcc', version: '13', flags: 'avx512' }
2020
- { compiler: 'gcc', version: '12', flags: 'i386' }
21-
# - { compiler: 'gcc', version: '13', flags: 'avx512pf' }
22-
# - { compiler: 'gcc', version: '13', flags: 'avx512vbmi' }
23-
# - { compiler: 'gcc', version: '14', flags: 'avx512vbmi2' }
24-
# - { compiler: 'gcc', version: '13', flags: 'avx512vnni' }
21+
- { compiler: 'gcc', version: '13', flags: 'avx512pf' }
22+
- { compiler: 'gcc', version: '13', flags: 'avx512vbmi' }
23+
- { compiler: 'gcc', version: '14', flags: 'avx512vbmi2' }
24+
- { compiler: 'gcc', version: '13', flags: 'avx512vnni' }
2525
- { compiler: 'clang', version: '16', flags: 'force_no_instr_set' }
2626
- { compiler: 'clang', version: '16', flags: 'enable_xtl_complex' }
2727
- { compiler: 'clang', version: '17', flags: 'avx' }
2828
- { compiler: 'clang', version: '17', flags: 'sse3' }
29-
# - { compiler: 'clang', version: '18', flags: 'avx512' }
29+
- { compiler: 'clang', version: '18', flags: 'avx512' }
3030
steps:
3131
- name: Setup compiler
3232
if: ${{ matrix.sys.compiler == 'gcc' }}
@@ -63,9 +63,9 @@ jobs:
6363
environment-file: environment-dev.yml
6464
init-shell: bash
6565
cache-downloads: true
66-
# - name: Setup SDE
67-
# if: startswith(matrix.sys.flags, 'avx512')
68-
# run: sh install_sde.sh
66+
- name: Setup SDE
67+
if: startswith(matrix.sys.flags, 'avx512')
68+
run: sh install_sde.sh
6969
- name: Configure build
7070
env:
7171
CC: ${{ env.CC }}

install_sde.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#git clone https://github.com/marehr/intel-sde-downloader
2+
#cd intel-sde-downloader
3+
#pip install -r requirements.txt
4+
#python ./intel-sde-downloader.py sde-external-8.35.0-2019-03-11-lin.tar.bz2
5+
#wget http://software.intel.com/content/dam/develop/external/us/en/protected/sde-external-8.50.0-2020-03-26-lin.tar.bz2
6+
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/2.0.0/sde-external-9.48.0-2024-11-25-lin.tar.xz
8+
9+
tar xvf sde-external-9.48.0-2024-11-25-lin.tar.xz
10+
sudo sh -c "echo 0 > /proc/sys/kernel/yama/ptrace_scope"

0 commit comments

Comments
 (0)