Skip to content

Commit

Permalink
Fixed sum_tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgii committed Oct 2, 2024
1 parent 66cd5bd commit b4f78e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cl/sum.cl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define VALUES_PER_WORK_ITEM 64
#define WORKGROUP_SIZE 128

__kernel void sum_global_atomic_add(
__global unsigned int* input,
Expand Down

0 comments on commit b4f78e5

Please sign in to comment.