Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
113a2400
Commit
113a2400
authored
7 months ago
by
Giovanni La Mura
Browse files
Options
Downloads
Patches
Plain Diff
Explicitly set to void device flags when GPU is disabled
parent
9f7c1a9b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/configure.sh
+8
-0
8 additions, 0 deletions
build/configure.sh
with
8 additions
and
0 deletions
build/configure.sh
+
8
−
0
View file @
113a2400
...
@@ -627,6 +627,9 @@ if [ "xCUBLAS" != "xno" ]; then
...
@@ -627,6 +627,9 @@ if [ "xCUBLAS" != "xno" ]; then
else
else
echo
"cuBLAS"
echo
"cuBLAS"
fi
fi
else
CUBLASFLAGS
=
""
CUBLASLDFLAGS
=
""
fi
fi
# End of cuBLAS checks
# End of cuBLAS checks
# MAGMA checks
# MAGMA checks
...
@@ -711,6 +714,9 @@ if [ "x$MAGMA" != "xno" ]; then
...
@@ -711,6 +714,9 @@ if [ "x$MAGMA" != "xno" ]; then
else
else
echo
"yes"
echo
"yes"
fi
fi
else
MAGMAFLAGS
=
""
MAGMALDFLAGS
=
""
fi
fi
# End of MAGMA checks
# End of MAGMA checks
# Offload checks
# Offload checks
...
@@ -755,6 +761,8 @@ EOF
...
@@ -755,6 +761,8 @@ EOF
echo
"no"
echo
"no"
OFFLOADFLAGS
=
""
OFFLOADFLAGS
=
""
fi
fi
else
OFFLOADFLAGS
=
""
fi
fi
# End of offload checks
# End of offload checks
if
[
"x
$CXXFLAGS
"
=
"x"
]
;
then
if
[
"x
$CXXFLAGS
"
=
"x"
]
;
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment