123456789101112131415161718 |
- diff --git a/CHOLMOD/Include/cholmod_gpu_kernels.h b/CHOLMOD/Include/cholmod_gpu_kernels.h
- index ba05f12..fed28a7 100644
- --- a/CHOLMOD/Include/cholmod_gpu_kernels.h
- +++ b/CHOLMOD/Include/cholmod_gpu_kernels.h
- @@ -27,10 +27,10 @@ int createMapOnDevice ( Int *d_Map, Int *d_Ls, Int psi, Int nsrow );
- int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, Int *d_RelativeMap,
- Int pdi1, Int ndrow, cudaStream_t astream );
-
- -int addUpateOnDevice ( double *d_A, double *devPtrC, Int *d_RelativeMap,
- +int addUpdateOnDevice ( double *d_A, double *devPtrC, Int *d_RelativeMap,
- Int ndrow1, Int ndrow2, Int nsrow, cudaStream_t astream );
-
- -int addComplexUpateOnDevice ( double *d_A, double *devPtrC, Int *d_RelativeMap,
- +int addComplexUpdateOnDevice ( double *d_A, double *devPtrC, Int *d_RelativeMap,
- Int ndrow1, Int ndrow2, Int nsrow, cudaStream_t astream );
-
- int sumAOnDevice ( double *a1, double *a2, const double alpha, int nsrow,
|