Searched refs:nthread (Results 1 – 1 of 1) sorted by relevance
856 const auto nthread = std::min(n, block_size); in PetscCUPMLaunchKernel1D() local862 …PetscAssert(nthread, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Trying to launch kernel with grid/bloc… in PetscCUPMLaunchKernel1D()863 …mLaunchKernel(std::forward<F>(func), (unsigned int)nblock, (unsigned int)nthread, sharedMem, strea… in PetscCUPMLaunchKernel1D()