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
7286ea6b
Commit
7286ea6b
authored
May 05, 2021
by
Andreas Marek
Browse files
Do not generate 'set-gpu-id' test programs if GPU is not enabled
parent
8dd66c78
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
generate_automake_test_programs.py
View file @
7286ea6b
...
...
@@ -76,7 +76,7 @@ for lang, m, g, gid, q, t, p, d, s, lay, spl in product(sorted(language_flag.key
sorted
(
split_comm_flag
.
keys
())):
if
gid
==
1
and
(
g
==
0
):
if
gid
==
1
and
(
g
==
"GPU_OFF"
):
continue
if
lang
==
"C"
and
(
m
==
"analytic"
or
m
==
"toeplitz"
or
m
==
"frank"
or
lay
==
"all_layouts"
):
...
...
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