Skip to content

Commit 668afb6

Browse files
committed
fix?
1 parent 17baeab commit 668afb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accelerated_scan/warp.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ __device__ Tuple load_shifted_tuple(const Tuple* ptr, int index, int limit) {
357357
if (idx >= 0 && idx < limit * Tuple::Size) {
358358
x.data[i] = rawPtr[offset];
359359
} else {
360-
x.data[i] = 0;
360+
x.data[i] = 0.0;
361361
}
362362
}
363363

0 commit comments

Comments
 (0)