| /petsc/src/sys/objects/device/impls/cupm/hip/ |
| H A D | cupmcontext.hip.cxx | 25 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 D | cupmcontext.cu | 17 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 D | dlimpl.c | 43 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 D | demangle.c | 37 void *handle = PETSC_NULLPTR; in PetscDemangleSymbol() local
|
| H A D | dl.c | 13 PetscDLHandle handle; member 130 PetscDLHandle handle; in PetscDLLibraryOpen() local
|
| /petsc/include/ |
| H A D | petscdevice_hip.h | 142 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 D | global_dcontext.cxx | 31 void *handle; in PetscSetDefaultCUPMStreamFromDeviceContext() local 39 void *handle; in PetscSetDefaultCUPMStreamFromDeviceContext() local
|
| H A D | dcontext.cxx | 1123 PetscErrorCode PetscDeviceContextGetStreamHandle(PetscDeviceContext dctx, void **handle) in PetscDeviceContextGetStreamHandle()
|
| /petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/cupm/ |
| H A D | blas_cyclic_cupm_impl.hpp | 32 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 D | fdir.c | 105 intptr_t handle; in PetscRMTree() local 107 long handle; in PetscRMTree() local
|
| /petsc/src/sys/objects/kokkos/ |
| H A D | kinit.kokkos.cxx | 90 void *handle; in PetscKokkosInitializeCheck() local
|
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 136 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 D | cd_cupm.cxx | 29 cupmBlasHandle_t handle; in SolveInPlace() local 53 cupmBlasHandle_t handle; in SolveInPlaceCyclic() local
|
| /petsc/src/sys/objects/device/impls/cupm/ |
| H A D | cupmcontext.hpp | 96 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 D | matseqdensecupm.hpp | 378 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 D | mpi.h | 107 void *handle = 0; in OPENMPI_dlopen_libmpi() local
|
| /petsc/src/sys/yaml/src/ |
| H A D | scanner.c | 1995 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 D | cupmobject.hpp | 319 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 D | cupmblasinterface.hpp | 459 …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 D | deviceimpl.h | 306 …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 D | pbjacobi_cuda.cu | 37 cublasHandle_t handle; in PCApplyOrTranspose_PBJacobi_CUDA() local
|
| /petsc/src/sys/objects/device/impls/sycl/ |
| H A D | syclcontext.sycl.cxx | 105 static PetscErrorCode getStreamHandle(PetscDeviceContext dctx, void **handle) noexcept in getStreamHandle()
|
| /petsc/config/BuildSystem/ |
| H A D | RDict.py | 537 def handle(self): member in RDict.serve.ProcessHandler
|
| /petsc/src/sys/objects/device/c/ |
| H A D | device.c | 219 …tscErrorCode PetscDeviceContextGetStreamHandle(PETSC_UNUSED PetscDeviceContext dctx, void **handle) in PetscDeviceContextGetStreamHandle()
|
| /petsc/src/ksp/pc/impls/bjacobi/bjkokkos/ |
| H A D | bjkokkoskernels.kokkos.cxx | 252 KrylovHandleType handle(Nsolves, Nsolves_team, n_iterations, true); in PCApply_BJKOKKOSKERNELS() local
|