Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx187 constexpr bool is_gpu_exec_space = KokkosKernels::Impl::kk_is_gpu_exec_space<ExecutionSpace>(); in MatMergeGetLaunchParameters() local
189 constexpr bool is_gpu_exec_space = KokkosKernels::Impl::is_gpu_exec_space_v<ExecutionSpace>; in MatMergeGetLaunchParameters()
207 if (is_gpu_exec_space) rows_per_thread = 1; in MatMergeGetLaunchParameters()
216 if (is_gpu_exec_space) { in MatMergeGetLaunchParameters()