forked from kokkos/kokkos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes an issue with cuda_get_max_block_size and cuda_get_opt_block_size. This makes the choice of constant vs local memory a template parameter defaulted by the size of the existing DriverType template parameter. It also changes the interface by adding a new shmem_extra argument which is required for lambdas since the functor in those cases doesn't have a shmem size function. Both functions are part of the impl namespace and thus not public yet.
- Loading branch information
Showing
2 changed files
with
12 additions
and
14 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
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