Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
d8c18ea7
Commit
d8c18ea7
authored
Jun 09, 2021
by
Andreas Marek
Browse files
GPU CI tests had been disabled by mistake
parent
e5cdc060
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d8c18ea7
This diff is collapsed.
Click to expand it.
ci_test_scripts/generate_gitlab_ci_tests.py
View file @
d8c18ea7
...
...
@@ -654,6 +654,7 @@ for cc, fc, m, o, p, a, b, g, instr, addr, na in product(
sorted
(
address_sanitize_flag
.
keys
()),
sorted
(
matrix_size
.
keys
())):
cov
=
"no-coverage"
nev
=
150
...
...
@@ -744,7 +745,7 @@ for cc, fc, m, o, p, a, b, g, instr, addr, na in product(
continue
#at the moment gpu testing only on AVX machines or minskys
if
(
g
==
"with-gpu"
and
(
instr
!=
"avx"
and
instr
!=
"power8"
)):
if
(
g
==
"with-gpu"
and
(
instr
!=
"avx
512
"
and
instr
!=
"power8"
)):
continue
# #on KNL do only intel tests
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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