Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
f91ee283
Commit
f91ee283
authored
Nov 18, 2017
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gitlab CI: Reactivate AVX512 tests
parent
430afdfc
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3569 additions
and
16243 deletions
+3569
-16243
.gitlab-ci.yml
.gitlab-ci.yml
+3567
-16239
generate_gitlab_ci_tests.py
generate_gitlab_ci_tests.py
+2
-4
No files found.
.gitlab-ci.yml
View file @
f91ee283
This diff is collapsed.
Click to expand it.
generate_gitlab_ci_tests.py
View file @
f91ee283
...
...
@@ -367,13 +367,11 @@ coverage = {
}
#disable avx2 at the moment
#disable avx512 at the moment
#disable knl at the moment
#disable avx512
instruction_set
=
{
"sse"
:
" --enable-sse --enable-sse-assembly"
,
"avx"
:
" --enable-avx"
,
"
avx512
"
:
"--enable-avx512"
,
"
knl
"
:
"--enable-avx512"
,
"power8"
:
" --disable-sse --disable-sse-assembly --disable-avx --disable-avx2 --disable-mpi-module --with-GPU-compute-capability=sm_60 "
,
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment