forked from cms-sw/cmssw
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement library-only wrappers for launching CUDA kernels (#390)
Implement a wrapper to launch a CUDA kernel without using the non-standard CUDA <<<...>>> syntax, based on the cudaLaunchKernel library function. Implement a similar wrapper for cudaLaunchCooperativeKernel. Migrate code base from cuda::launch to cudautils::launch.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters