Skip to content

Commit 71e2d8a

Browse files
committed
formatting
1 parent 4ae095a commit 71e2d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/heuristics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function thread_blocks_heuristic(len::Integer)
22
threads = min(len, 256)
3-
blocks = ceil(Int, len/threads)
3+
blocks = ceil(Int, len / threads)
44
blocks = blocks * threads
55
(blocks,), (threads,)
66
end

0 commit comments

Comments
 (0)