Searched refs:PetscDeviceCUPMRuntimeArch (Results 1 – 5 of 5) sorted by relevance
224 …int runCudaArch = PetscDeviceCUPMRuntimeArch; // 0 indicates the code has never initialized a cud… in PetscTraceBackErrorHandler()
103 PetscDeviceCUPMRuntimeArch = dprop_.major * 10 + dprop_.minor; in configure()
19 int PetscDeviceCUPMRuntimeArch = 0; variable
7 PETSC_INTERN int PetscDeviceCUPMRuntimeArch; // The real CUDA/HIP arch the code is run with. For lo… variable
1327 if (PetscDeviceCUPMRuntimeArch) in PetscLogHandlerView_Default_Info()1328 …s\n", pname, arch, hostname, size, size > 1 ? "es" : "", cupm, PetscDeviceCUPMRuntimeArch, usernam… in PetscLogHandlerView_Default_Info()