Skip to content

Commit

Permalink
Fixed typo in OpenCL code
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad committed May 15, 2023
1 parent fb33aba commit 54ae6c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ __kernel void normalize3D(
__read_only image3d_t input,
__write_only image3d_t output,
__private float average,
__private float std,
__private float std
) {
const int4 pos = {get_global_id(0), get_global_id(1), get_global_id(2), 0};
int dataType = get_image_channel_data_type(input);
Expand Down

0 comments on commit 54ae6c7

Please sign in to comment.