Home
last modified time | relevance | path

Searched defs:cerr (Results 1 – 11 of 11) sorted by relevance

/petsc/src/sys/objects/device/util/
H A Dmemory.c36 cudaError_t cerr; in PetscGetMemType() local
53 hipError_t cerr; in PetscGetMemType() local
/petsc/src/vec/is/sf/impls/basic/nvshmem/
H A Dsfnvshmem.cu76 cudaError_t cerr; in PetscSFSetUp_Basic_NVSHMEM() local
216 cudaError_t cerr; in PetscSFLinkBuildDependenceBegin() local
231 cudaError_t cerr; in PetscSFLinkBuildDependenceEnd() local
341 cudaError_t cerr; in PetscSFLinkGetDataBegin_NVSHMEM() local
437 cudaError_t cerr; in PetscSFLinkGetDataEnd_NVSHMEM() local
516 cudaError_t cerr; in PetscSFLinkPutDataBegin_NVSHMEM() local
608 cudaError_t cerr; in PetscSFLinkPutDataEnd_NVSHMEM() local
670 cudaError_t cerr; in PetscSFLinkDestroy_NVSHMEM() local
689 cudaError_t cerr; in PetscSFLinkCreate_NVSHMEM() local
/petsc/src/sys/objects/device/tests/
H A Dex2cu.cu14 cudaError_t cerr; in main() local
H A Dex2hip.hip.cxx14 hipError_t cerr; in main() local
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmdevice.cxx260 } else if (const auto cerr = cupmGetDeviceCount(&ndev)) { in initialize() local
314 const auto cerr = static_cast<cupmError_t>(-defaultDevice_); in init_device_id_() local
H A Dcupmcontext.hpp130 const auto cerr = cupmSolverCreate(&handle); in initialize_handle_() local
328 switch (auto cerr = cupmStreamQuery(impls_cast_(dctx)->stream.get_stream())) { in query() local
539 const auto cerr = cupmStreamQuery(stream); in memCopy() local
/petsc/include/petsc/private/
H A Dcupminterface.hpp574 cupmError_t cerr; in PetscCUPMGetMemType() local
695 auto cerr = cupmGetLastError(); in PetscCUPMMemcpyAsync() local
800 auto cerr = interface_type::cupmFreeAsync(std::forward<M>(ptr), stream); in cupmFreeAsync() local
822 const auto cerr = interface_type::cupmFreeHost(std::forward<M>(ptr)); in cupmFreeHost() local
/petsc/src/mat/graphops/partition/impls/chaco/
H A Dchaco.c53 int cerr; in MatPartitioningApply_Chaco() local
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c94 cudaError_t cerr; in PCGAMGCreateLevel_GAMG() local
/petsc/src/sys/mpiuni/
H A Dmpi.c66 cudaError_t cerr = cudaMemcpy(dst, src, n, cudaMemcpyDefault); in MPIUNI_Memcpy() local
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu2791 cublasStatus_t cerr; in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA() local