fixed configure cuda streams (#482)
This PR fixed a bug in configure for cuda streams
This commit is contained in:
parent
1c39d56a5c
commit
bed421584f
@ -2370,7 +2370,7 @@ fi
|
||||
|
||||
if [test "x$hypre_using_cuda" = "xyes" || test "x$hypre_using_device_openmp" = "xyes"]
|
||||
then
|
||||
if test "x$hypre_using_cuda_streams" = "xyes"]
|
||||
if test "x$hypre_using_cuda_streams" = "xyes"
|
||||
then
|
||||
AC_DEFINE([HYPRE_USING_CUDA_STREAMS],1,[Define to 1 if using CUDA streams])
|
||||
fi
|
||||
|
||||
2
src/configure
vendored
2
src/configure
vendored
@ -9163,7 +9163,7 @@ $as_echo "#define HYPRE_DEVICE_OPENMP_CHECK 1" >>confdefs.h
|
||||
|
||||
if test "x$hypre_using_cuda" = "xyes" || test "x$hypre_using_device_openmp" = "xyes"
|
||||
then
|
||||
if test "x$hypre_using_cuda_streams" = "xyes"]
|
||||
if test "x$hypre_using_cuda_streams" = "xyes"
|
||||
then
|
||||
|
||||
$as_echo "#define HYPRE_USING_CUDA_STREAMS 1" >>confdefs.h
|
||||
|
||||
Loading…
Reference in New Issue
Block a user