Home
last modified time | relevance | path

Searched refs:PetscDeviceGetDefaultForType_Internal (Results 1 – 18 of 18) sorted by relevance

/petsc/src/sys/objects/device/tests/output/
H A Dex12_device_enable-lazy_cuda_env_set_empty_device_enable_cuda-none.out18 [0]PETSC ERROR: #6 PetscDeviceGetDefaultForType_Internal() at device.cxx:0
H A Dex12_device_enable-eager_cuda_env_set_empty_device_enable_cuda-lazy.out18 [0]PETSC ERROR: #6 PetscDeviceGetDefaultForType_Internal() at device.cxx:0
H A Dex12_device_enable-lazy_cuda_env_set_device_enable_cuda-none.out18 [0]PETSC ERROR: #6 PetscDeviceGetDefaultForType_Internal() at device.cxx:0
H A Dex12_device_enable-eager_cuda_no_env_device_enable_cuda-none.out18 [0]PETSC ERROR: #6 PetscDeviceGetDefaultForType_Internal() at device.cxx:0
H A Dex12_device_enable-eager_hip_env_set_device_enable_hip-none.out18 [0]PETSC ERROR: #6 PetscDeviceGetDefaultForType_Internal() at device.cxx:0
H A Dex12_device_enable-lazy_hip_no_env_device_enable_hip-none.out18 [0]PETSC ERROR: #6 PetscDeviceGetDefaultForType_Internal() at device.cxx:0
H A Dex12_device_enable-lazy_hip_env_set_empty_device_enable_hip-none.out18 [0]PETSC ERROR: #6 PetscDeviceGetDefaultForType_Internal() at device.cxx:0
H A Dex12_device_enable-lazy_hip_env_set_device_enable_hip-none.out18 [0]PETSC ERROR: #6 PetscDeviceGetDefaultForType_Internal() at device.cxx:0
H A Dex12_device_enable-eager_hip_env_set_empty_device_enable_hip-none.out18 [0]PETSC ERROR: #6 PetscDeviceGetDefaultForType_Internal() at device.cxx:0
H A Dex12_device_enable-lazy_cuda_no_env_device_enable_cuda-none.out18 [0]PETSC ERROR: #6 PetscDeviceGetDefaultForType_Internal() at device.cxx:0
H A Dex12_device_enable-eager_cuda_env_set_device_enable_cuda-none.out18 [0]PETSC ERROR: #6 PetscDeviceGetDefaultForType_Internal() at device.cxx:0
H A Dex12_device_enable-eager_cuda_env_set_empty_device_enable_cuda-none.out18 [0]PETSC ERROR: #6 PetscDeviceGetDefaultForType_Internal() at device.cxx:0
H A Dex12_device_enable-eager_hip_no_env_device_enable_hip-none.out18 [0]PETSC ERROR: #6 PetscDeviceGetDefaultForType_Internal() at device.cxx:0
H A Dex12_device_enable-lazy_cuda_env_set_empty_device_enable_cuda-lazy.out18 [0]PETSC ERROR: #6 PetscDeviceGetDefaultForType_Internal() at device.cxx:0
/petsc/include/petsc/private/
H A Ddeviceimpl.h251 PETSC_SINGLE_LIBRARY_INTERN PetscErrorCode PetscDeviceGetDefaultForType_Internal(PetscDeviceType, P…
279 #define PetscDeviceGetDefault_Internal(device) PetscDeviceGetDefaultForType_Internal(PETSC_DEVICE_D…
/petsc/src/sys/objects/device/c/
H A Ddevice.c263 PetscErrorCode PetscDeviceGetDefaultForType_Internal(PETSC_UNUSED PetscDeviceType type, PetscDevice… in PetscDeviceGetDefaultForType_Internal() function
/petsc/src/sys/objects/device/interface/
H A Ddevice.cxx459 PetscErrorCode PetscDeviceGetDefaultForType_Internal(PetscDeviceType type, PetscDevice *device) in PetscDeviceGetDefaultForType_Internal() function
H A Ddcontext.cxx268 PetscCall(PetscDeviceGetDefaultForType_Internal(type, &device)); in PetscDeviceContextSetDefaultDeviceForType_Internal()