Home
last modified time | relevance | path

Searched refs:WaitForCUDA (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/vec/tests/
H A Dbenchmark_veccreate.c29 PetscCallCUDA(WaitForCUDA()); in main()
/petsc/include/
H A Dpetscdevice_cuda.h30 #define WaitForCUDA() cudaDeviceSynchronize() macro
/petsc/doc/changes/
H A D316.md44 - Remove `WaitForCUDA()` and `WaitForHIP()` before `PetscLogGpuTimeEnd()`
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu403 PetscCallCUDA(WaitForCUDA()); in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
533 PetscCallCUDA(WaitForCUDA()); in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix()
872 PetscCallCUDA(WaitForCUDA()); in MatSeqAIJCUSPARSEBuildICCTriMatrices()
924 PetscCallCUDA(WaitForCUDA()); in MatSeqAIJCUSPARSEBuildICCTriMatrices()
1110 PetscCallCUDA(WaitForCUDA()); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1126 PetscCallCUDA(WaitForCUDA()); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1186 PetscCallCUDA(WaitForCUDA()); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1203 PetscCallCUDA(WaitForCUDA()); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
2442 PetscCallCUDA(WaitForCUDA()); in MatSeqAIJCUSPARSECopyToGPU()
2563 PetscCallCUDA(WaitForCUDA()); in MatSeqAIJCUSPARSECopyToGPU()
[all …]
/petsc/src/mat/impls/sell/seq/seqcuda/
H A Dsellcuda.cu68 PetscCallCUDA(WaitForCUDA()); in MatSeqSELLCUDACopyToGPU()