-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in guessLocalWorkSize in CUDA adapter
The guessLocalWorkSize func for cuda adapter was erroneously giving a factor of 2 even if it creates a global dim which is not the same as the user range without using any range rounding kernels. This reverts that.
- Loading branch information
Showing
1 changed file
with
19 additions
and
13 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