Skip to content

Commit cfa2ec0

Browse files
committed
type
Signed-off-by: Robert Kruszewski <[email protected]>
1 parent de6c858 commit cfa2ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-gpu/kernels/rle_decompress.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ __device__ void rle_decompress(
3232
extern "C" __global__ void rle_decompress_i##indices_suffix##_v##value_suffix##_o##offsets_suffix( \
3333
const IndicesType *__restrict codes_array, \
3434
const ValueType *__restrict values_array, \
35-
const OffsetsT *__restrict offsets, \
35+
const OffsetsType *__restrict offsets, \
3636
ValueType *__restrict values_out \
3737
) { \
3838
rle_decompress(codes_array, values_array, offsets, values_out); \

0 commit comments

Comments
 (0)