Searched refs:is_gpu_exec_space (Results 1 – 1 of 1) sorted by relevance
187 constexpr bool is_gpu_exec_space = KokkosKernels::Impl::kk_is_gpu_exec_space<ExecutionSpace>(); in MatMergeGetLaunchParameters() local189 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()