Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dcupminterface.hpp274 …PETSC_NODISCARD static cudaError_t cupmLaunchKernel(FunctionT &&func, dim3 gridDim, dim3 blockDim,… in PETSC_CUPM_ALIAS_FUNCTION()
430 …PETSC_NODISCARD static hipError_t cupmLaunchKernel(FunctionT &&func, dim3 gridDim, dim3 blockDim, …
844 …PETSC_NODISCARD static cupmError_t cupmLaunchKernel(F &&func, cupmDim3 gridDim, cupmDim3 blockDim,… in cupmLaunchKernel() function
863 …PetscCallCUPM(cupmLaunchKernel(std::forward<F>(func), (unsigned int)nblock, (unsigned int)nthread,… in PetscCUPMLaunchKernel1D()
890 return interface_type::cupmLaunchKernel( in deduceKernelCall()
947 using ::Petsc::device::cupm::impl::Interface<T>::cupmLaunchKernel; \
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp1159 cupmLaunchKernel( in MDot_kernel_dispatch_()