Skip to content

Commit d97926c

Browse files
authored
setting ndrange macro to putput a Tuple (#336)
1 parent ecd2c37 commit d97926c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/KernelAbstractions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ a tuple corresponding to kernel configuration.
144144
"""
145145
macro ndrange()
146146
quote
147-
$ndrange($(esc(:__ctx__)))
147+
$size($ndrange($(esc(:__ctx__))))
148148
end
149149
end
150150

0 commit comments

Comments
 (0)