Home
last modified time | relevance | path

Searched refs:PetscDeviceCUPMRuntimeArch (Results 1 – 5 of 5) sorted by relevance

/petsc/src/sys/error/
H A Derrtrace.c224 …int runCudaArch = PetscDeviceCUPMRuntimeArch; // 0 indicates the code has never initialized a cud… in PetscTraceBackErrorHandler()
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmdevice.cxx103 PetscDeviceCUPMRuntimeArch = dprop_.major * 10 + dprop_.minor; in configure()
/petsc/src/sys/objects/device/interface/
H A Ddevice.cxx19 int PetscDeviceCUPMRuntimeArch = 0; variable
/petsc/include/petsc/private/
H A Ddeviceimpl.h7 PETSC_INTERN int PetscDeviceCUPMRuntimeArch; // The real CUDA/HIP arch the code is run with. For lo… variable
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c1327 if (PetscDeviceCUPMRuntimeArch) in PetscLogHandlerView_Default_Info()
1328 …s\n", pname, arch, hostname, size, size > 1 ? "es" : "", cupm, PetscDeviceCUPMRuntimeArch, usernam… in PetscLogHandlerView_Default_Info()