Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Signed-off by: David Rowenhorst <[email protected]>
  • Loading branch information
drowenhorst-nrl committed Jun 28, 2024
1 parent 6bb3bac commit 92129f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyebsdindex/opencl/clkernels.cl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ __kernel void loaduint16( const __global ushort *im1, __global float *im1flt, co


// simple program to convert a float to float and transpose array
__kernel void loaduufloat32( const __global float *im1, __global float *im1flt, const unsigned long int nImCL)
__kernel void loadfloat32( const __global float *im1, __global float *im1flt, const unsigned long int nImCL)
{
const unsigned long int x = get_global_id(0);
const unsigned long int y = get_global_id(1);
Expand Down

0 comments on commit 92129f9

Please sign in to comment.