Skip to content

Commit de6c858

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

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
@@ -29,7 +29,7 @@ __device__ void rle_decompress(
2929

3030
// Macro to generate the extern "C" wrapper for each type combination
3131
#define GENERATE_KERNEL(indices_suffix, value_suffix, offsets_suffix, IndicesType, ValueType, OffsetsType) \
32-
extern "C" __global__ void rle_decompress_i##indices_suffix##_v##value_suffix_o##offsets_suffix##( \
32+
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, \
3535
const OffsetsT *__restrict offsets, \

0 commit comments

Comments
 (0)