minor fix (#443)
Minor fix of `gDim, bDim`. Co-authored-by: Ruipeng Li <li50@euler.llnl.gov>
This commit is contained in:
parent
2e5b573b2b
commit
efec0bec11
@ -497,7 +497,7 @@ hypreDevice_GenScatterAdd(HYPRE_Real *x, HYPRE_Int ny, HYPRE_Int *map, HYPRE_Rea
|
|||||||
/* trivial cases, n = 1, 2 */
|
/* trivial cases, n = 1, 2 */
|
||||||
dim3 bDim = 1;
|
dim3 bDim = 1;
|
||||||
dim3 gDim = 1;
|
dim3 gDim = 1;
|
||||||
HYPRE_CUDA_LAUNCH( hypreCUDAKernel_ScatterAddTrivial, bDim, gDim, ny, x, map, y );
|
HYPRE_CUDA_LAUNCH( hypreCUDAKernel_ScatterAddTrivial, gDim, bDim, ny, x, map, y );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user