Home
last modified time | relevance | path

Searched refs:PetscDeviceTypes (Results 1 – 15 of 15) sorted by relevance

/petsc/src/sys/objects/device/interface/
H A Ddevice.cxx127 …ed for PetscDeviceType %s but we've fallen through all cases in a switch", PetscDeviceTypes[type]); in PetscDeviceCreate()
199 …M_SELF, PETSC_ERR_SUP, "PETSc was not configured for PetscDeviceType %s", PetscDeviceTypes[dtype]); in PetscDeviceConfigure()
248 PetscCall(PetscViewerASCIIPrintf(sub, "type: %s\n", PetscDeviceTypes[dtype])); in PetscDeviceView()
398 …, PETSC_ERR_MEM, "Trying to overwrite existing default device of type %s", PetscDeviceTypes[type]); in PetscDeviceInitializeDefaultDevice_Internal()
507 PetscCall(PetscInfo(nullptr, "PetscDeviceType %s not available\n", PetscDeviceTypes[type])); in PetscDeviceInitializeTypeFromOptions_Private()
511 …PetscCall(PetscInfo(nullptr, "PetscDeviceType %s available, initializing\n", PetscDeviceTypes[type… in PetscDeviceInitializeTypeFromOptions_Private()
519 …ed for PetscDeviceType %s but we've fallen through all cases in a switch", PetscDeviceTypes[type]); in PetscDeviceInitializeTypeFromOptions_Private()
521 …zed, default device id %" PetscInt_FMT ", view %s, init type %s\n", PetscDeviceTypes[type], defaul… in PetscDeviceInitializeTypeFromOptions_Private()
527 PetscCall(PetscInfo(nullptr, "Eagerly initializing %s PetscDevice\n", PetscDeviceTypes[type])); in PetscDeviceInitializeTypeFromOptions_Private()
550 …_DEFAULT()", "PetscDeviceSetDefaultDeviceType()", PetscDeviceTypes, PETSC_DEVICE_MAX, PetscDeviceT… in PetscDeviceInitializeQueryOptions_Private()
[all …]
H A Dglobal_dcontext.cxx62 …alContext, "Destroying global PetscDeviceContext with device type %s\n", PetscDeviceTypes[dtype])); in PetscDeviceContextSetupGlobalContext_Private()
73 …Context, "Initializing global PetscDeviceContext with device type %s\n", PetscDeviceTypes[dtype])); in PetscDeviceContextSetupGlobalContext_Private()
H A Dpetscdevice_interface_internal.hpp186 …ying PetscDevice", "PetscDeviceContextSetDevice", PetscDeviceTypes, PETSC_DEVICE_MAX, PetscDeviceT… in PetscDeviceContextQueryOptions_Internal()
H A Dmark_dcontext.cxx96 …ent type %s does not match device context type %s", PetscDeviceTypes[event->dtype], PetscDeviceTyp… in PetscDeviceContextRecordEvent_Private()
117 … "Event type %s does not match device context type %s", PetscDeviceTypes[etype], PetscDeviceTypes[… in PetscDeviceContextWaitForEvent_Private()
550 …pendency with last write\n", PetscMemoryAccessModeToString(marked.mode), PetscDeviceTypes[dtype])); in MarkFromID_IncompatibleModes_UpdateLastWrite()
H A Ddcontext.cxx389 …scDevice, using default with type %s\n", PetscObjectCast(dctx)->id, PetscDeviceTypes[default_dtype… in PetscDeviceContextSetUp()
894 …ll PetscDeviceContext (of type %s) for device %" PetscInt_FMT "\n", PetscDeviceTypes[dtype], devid… in PetscDeviceContextGetNullContextForDevice_Private()
H A Dmemory.cxx183 …scObjectCast(dctx)->id, PetscObjectCast(dctx)->name, dctx->device ? PetscDeviceTypes[dctx->device-… in PetscDeviceCheckCapable_Private()
/petsc/src/sys/objects/device/tests/
H A Dpetscdevicetestcommon.h26 …_SELF, PETSC_ERR_PLIB, "PetscDevice was not destroyed for type %s", PetscDeviceTypes[device->type]… in AssertDeviceDoesNotExist()
58 … right, PETSC_COMM_SELF, PETSC_ERR_ARG_CORRUPT, errStr, PetscDeviceTypes[left], PetscDeviceTypes[r… in AssertPetscDeviceTypesValidAndEqual()
H A Dex11.cxx60 …T ", dctx_state: %" PetscInt64_FMT ", data: %p, destroy: %p}\n", j, PetscDeviceTypes[event->dtype]… in MarkedObjectMapView()
150 …ed device type on event: %s, expected %s", PetscDeviceTypes[dependencies[key_idx][0]->dtype], Pets… in TestAllCombinations()
226 …"unexpected device type on event: %s, expected %s", PetscDeviceTypes[event->dtype], PetscDeviceTyp… in CheckMapEqual()
/petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/cupm/
H A Dblas_cyclic_cupm.cxx50 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported device type %s", PetscDeviceTypes[device_type… in AXPBYCyclic_CUPM_Private()
75 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported device type %s", PetscDeviceTypes[device_type… in DMVCyclic_CUPM_Private()
100 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported device type %s", PetscDeviceTypes[device_type… in DSVCyclic_CUPM_Private()
125 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported device type %s", PetscDeviceTypes[device_type… in TRSVCyclic_CUPM_Private()
150 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported device type %s", PetscDeviceTypes[device_type… in HEMVCyclic_CUPM_Private()
175 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported device type %s", PetscDeviceTypes[device_type… in GEMVCyclic_CUPM_Private()
/petsc/src/sys/objects/device/util/
H A Ddevicereg.c51 const char *const PetscDeviceTypes[] = { variable
135 … not configured with device support (PETSC_DEVICE_DEFAULT = '%s')", PetscDeviceTypes[PETSC_DEVICE_… in PetscDeviceInitializePackage()
/petsc/include/petsc/private/
H A Ddeviceimpl.h64 …PETSC_ERR_ARG_INCOMP, "Invalid PetscDeviceType '%s': Argument #%d", PetscDeviceTypes[pvdt_dtype_],…
68 PetscDeviceTypes[pvdt_dtype_], pvdt_argno_, PetscDeviceTypes[pvdt_dtype_]); \
78 …ceType '%s' but have '%s' instead", argno1, argno2, PetscDeviceTypes[pccdt_dtype1_], PetscDeviceTy…
/petsc/src/ksp/ksp/utils/lmvm/dense/cd_cupm/
H A Dcd_cupm.cxx121 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported device type %s", PetscDeviceTypes[device_type… in MatUpperTriangularSolveInPlace_CUPM()
148 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported device type %s", PetscDeviceTypes[device_type… in MatUpperTriangularSolveInPlaceCyclic_CUPM()
/petsc/src/sys/objects/device/impls/
H A Dimpldevicebase.hpp135 const auto implname = PetscDeviceTypes[dtype]; in PetscOptionDevice()
219 const auto implname = PetscDeviceTypes[dtype]; in PetscOptionDeviceAll()
/petsc/src/sys/objects/device/c/
H A Ddevice.c59 …but specified PetscDeviceType %s is different than %s", PetscDeviceTypes[type], PetscDeviceTypes[P… in PetscDeviceSetDefaultDeviceType()
/petsc/include/
H A Dpetscdevicetypes.h261 PETSC_EXTERN const char *const PetscDeviceTypes[]; variable