Skip to content

Commit 6403fea

Browse files
committed
Temporary remove avx512 tests from pipeline
1 parent 619f049 commit 6403fea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/linux.yml

Lines changed: 6 additions & 6 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' }}

0 commit comments

Comments
 (0)