Skip to content

Commit edec922

Browse files
committed
WIP
1 parent 917ca6d commit edec922

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler.jl

+1
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ function gen_kernel2(fff::FlatFunctionFactory, diff::Union{Int, Vector{Int}}; fu
266266
return_args = []
267267
for (d, names) in enumerate(output_names)
268268
outname = Symbol("oo_", d, "_")
269+
@show names
269270
push!(code, :($outname = $(_sym_sarray(names))))
270271
push!(return_args, outname)
271272
end

0 commit comments

Comments
 (0)