Skip to content

Commit bb77270

Browse files
committed
Fix default algo selection
1 parent cbc8bd5 commit bb77270

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/reduce.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ end
102102

103103
# NOTE: Backends should implement these two device functions (with `@device_override`).
104104
function __shfl_down end
105-
function __supports_warp_reduction() end
105+
function __supports_warp_reduction()
106+
return false
107+
end
106108

107109
# Assume warp is 32 lanes.
108110
const __warpsize = UInt32(32)

0 commit comments

Comments
 (0)