Skip to content

Commit

Permalink
fix uMagNUS64
Browse files Browse the repository at this point in the history
  • Loading branch information
xfong committed May 9, 2022
1 parent 48470e1 commit 10f8892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencl64/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func UpdateLaunchConfigs(c []int) {
numItems := c[0] * c[1] * c[2] // total number of size of main data arrays

// Work-items per Work-group
groupSize := 2 * ClPrefWGSz
groupSize := ClPrefWGSz

// Find first multiple of groupSize larger than numItems
if numItems >= ClTotalPE-groupSize {
Expand Down

0 comments on commit 10f8892

Please sign in to comment.