Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 30) sorted by relevance

12

/petsc/src/sys/objects/device/impls/cupm/hip/
H A Dcupmcontext.hip.cxx25 PetscErrorCode PetscHIPBLASGetHandle(hipblasHandle_t *handle) in PetscHIPBLASGetHandle()
36 PetscErrorCode PetscHIPSOLVERGetHandle(hipsolverHandle_t *handle) in PetscHIPSOLVERGetHandle()
50 void *handle; in PetscGetCurrentHIPStream() local
/petsc/src/sys/objects/device/impls/cupm/cuda/
H A Dcupmcontext.cu17 PetscErrorCode PetscCUBLASGetHandle(cublasHandle_t *handle) in PetscCUBLASGetHandle()
28 PetscErrorCode PetscCUSOLVERDnGetHandle(cusolverDnHandle_t *handle) in PetscCUSOLVERDnGetHandle()
42 void *handle; in PetscGetCurrentCUDAStream() local
/petsc/src/sys/dll/
H A Ddlimpl.c43 PetscErrorCode PetscDLOpen(const char name[], PetscDLMode mode, PetscDLHandle *handle) in PetscDLOpen()
134 PetscErrorCode PetscDLClose(PetscDLHandle *handle) in PetscDLClose()
209 PetscErrorCode PetscDLSym(PetscDLHandle handle, const char symbol[], void **value) in PetscDLSym()
H A Ddemangle.c37 void *handle = PETSC_NULLPTR; in PetscDemangleSymbol() local
H A Ddl.c13 PetscDLHandle handle; member
130 PetscDLHandle handle; in PetscDLLibraryOpen() local
/petsc/include/
H A Dpetscdevice_hip.h142 static inline hipsolverStatus_t hipsolverGetStream(hipsolverHandle_t handle, hipStream_t *stream) in hipsolverGetStream()
148 static inline hipsolverStatus_t hipsolverSetStream(hipsolverHandle_t handle, hipStream_t stream) in hipsolverSetStream()
171 static inline hipsolverStatus_t hipsolverGetStream(hipsolverHandle_t handle, hipStream_t *stream) in hipsolverGetStream()
177 static inline hipsolverStatus_t hipsolverSetStream(hipsolverHandle_t handle, hipStream_t stream) in hipsolverSetStream()
/petsc/src/sys/objects/device/interface/
H A Dglobal_dcontext.cxx31 void *handle; in PetscSetDefaultCUPMStreamFromDeviceContext() local
39 void *handle; in PetscSetDefaultCUPMStreamFromDeviceContext() local
H A Ddcontext.cxx1123 PetscErrorCode PetscDeviceContextGetStreamHandle(PetscDeviceContext dctx, void **handle) in PetscDeviceContextGetStreamHandle()
/petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/cupm/
H A Dblas_cyclic_cupm_impl.hpp32 PetscErrorCode BLASCyclic<T>::axpby_dispatch(cupmBlasHandle_t handle, cupmBlasInt_t n, PetscScalar … in axpby_dispatch()
55 cupmBlasHandle_t handle; in axpby() local
92 cupmBlasHandle_t handle; in dmv() local
134 cupmBlasHandle_t handle; in dsv() local
184 cupmBlasHandle_t handle; in trsv() local
227 cupmBlasHandle_t handle; in hemv() local
270 cupmBlasHandle_t handle; in gemv() local
/petsc/src/sys/fileio/
H A Dfdir.c105 intptr_t handle; in PetscRMTree() local
107 long handle; in PetscRMTree() local
/petsc/src/sys/objects/kokkos/
H A Dkinit.kokkos.cxx90 void *handle; in PetscKokkosInitializeCheck() local
/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu136 distributedH2OpusHandle_t handle; member
337 h2opusHandle_t handle = h2opus->handle->handle; in MatMultNKernel_H2OPUS() local
339 h2opusHandle_t handle = h2opus->handle; in MatMultNKernel_H2OPUS() local
520 h2opusHandle_t handle = h2opus->handle->handle; in MatMultKernel_H2OPUS() local
522 h2opusHandle_t handle = h2opus->handle; in MatMultKernel_H2OPUS() local
840 h2opusHandle_t handle = a->handle->handle; in MatAssemblyEnd_H2OPUS() local
842 h2opusHandle_t handle = a->handle; in MatAssemblyEnd_H2OPUS() local
1383 h2opusHandle_t handle = a->handle->handle; in MatH2OpusOrthogonalize() local
1479 h2opusHandle_t handle = a->handle->handle; in MatH2OpusCompress() local
1835 h2opusHandle_t handle = a->handle->handle; in MatH2OpusLowRankUpdate() local
[all …]
/petsc/src/ksp/ksp/utils/lmvm/dense/cd_cupm/
H A Dcd_cupm.cxx29 cupmBlasHandle_t handle; in SolveInPlace() local
53 cupmBlasHandle_t handle; in SolveInPlaceCyclic() local
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmcontext.hpp96 auto &handle = blashandles_[dctx->device->deviceId]; in initialize_handle_() local
123 auto &handle = solverhandles_[dctx->device->deviceId]; in initialize_handle_() local
371 inline PetscErrorCode DeviceContext<T>::getHandle(PetscDeviceContext dctx, void *handle) noexcept in getHandle()
381 inline PetscErrorCode DeviceContext<T>::getHandlePtr(PetscDeviceContext dctx, void **handle) noexce… in getHandlePtr()
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp378 cupmSolverHandle_t handle; in Factor() local
418 cupmSolverHandle_t handle; in Solve() local
462 cupmSolverHandle_t handle; in Factor() local
517 cupmSolverHandle_t handle; in Solve() local
564 cupmSolverHandle_t handle; in Factor() local
811 cupmBlasHandle_t handle; in MatMultAddColumnRange_Dispatch_() local
1300 cupmBlasHandle_t handle; in MatMatMult_Numeric_Dispatch() local
1543 cupmBlasHandle_t handle; in Scale() local
1592 cupmBlasHandle_t handle; in AXPY() local
1786 cupmSolverHandle_t handle; in InvertFactors() local
/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dmpi.h107 void *handle = 0; in OPENMPI_dlopen_libmpi() local
/petsc/src/sys/yaml/src/
H A Dscanner.c1995 yaml_char_t *handle = NULL, *prefix = NULL; in yaml_parser_scan_directive() local
2252 yaml_mark_t start_mark, yaml_char_t **handle, yaml_char_t **prefix) in yaml_parser_scan_tag_directive_value()
2381 yaml_char_t *handle = NULL; in yaml_parser_scan_tag() local
2497 yaml_mark_t start_mark, yaml_char_t **handle) in yaml_parser_scan_tag_handle()
/petsc/include/petsc/private/
H A Dcupmobject.hpp319 inline PetscErrorCode CUPMObject<T>::GetHandles_(cupmBlasHandle_t *handle) noexcept in GetHandles_()
325 inline PetscErrorCode CUPMObject<T>::GetHandles_(cupmSolverHandle_t *handle) noexcept in GetHandles_()
H A Dcupmblasinterface.hpp459 …CUPMBlasPointerModeGuard(const cupmBlasHandle_t &handle, cupmBlasPointerMode_t mode) noexcept : ha… in CUPMBlasPointerModeGuard()
472 …CUPMBlasPointerModeGuard(const cupmBlasHandle_t &handle, PetscMemType mtype) noexcept : CUPMBlasPo… in CUPMBlasPointerModeGuard()
H A Ddeviceimpl.h306 …line PetscErrorCode PetscDeviceContextGetBLASHandle_Internal(PetscDeviceContext dctx, void *handle) in PetscDeviceContextGetBLASHandle_Internal()
315 …ne PetscErrorCode PetscDeviceContextGetSOLVERHandle_Internal(PetscDeviceContext dctx, void *handle) in PetscDeviceContextGetSOLVERHandle_Internal()
324 …e PetscErrorCode PetscDeviceContextGetStreamHandle_Internal(PetscDeviceContext dctx, void **handle) in PetscDeviceContextGetStreamHandle_Internal()
/petsc/src/ksp/pc/impls/pbjacobi/cuda/
H A Dpbjacobi_cuda.cu37 cublasHandle_t handle; in PCApplyOrTranspose_PBJacobi_CUDA() local
/petsc/src/sys/objects/device/impls/sycl/
H A Dsyclcontext.sycl.cxx105 static PetscErrorCode getStreamHandle(PetscDeviceContext dctx, void **handle) noexcept in getStreamHandle()
/petsc/config/BuildSystem/
H A DRDict.py537 def handle(self): member in RDict.serve.ProcessHandler
/petsc/src/sys/objects/device/c/
H A Ddevice.c219 …tscErrorCode PetscDeviceContextGetStreamHandle(PETSC_UNUSED PetscDeviceContext dctx, void **handle) in PetscDeviceContextGetStreamHandle()
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/
H A Dbjkokkoskernels.kokkos.cxx252 KrylovHandleType handle(Nsolves, Nsolves_team, n_iterations, true); in PCApply_BJKOKKOSKERNELS() local

12