Skip to content

Commit

Permalink
Merge pull request #616 from Paramuths/namo/bugfix
Browse files Browse the repository at this point in the history
Fixed missing Finch. before @closure
  • Loading branch information
willow-ahrens authored Oct 8, 2024
2 parents 6d5b2cf + 3075529 commit ee0f5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/shims.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ macro barrier(args_ex...)
(args, ex) = args_ex[1:end-1], args_ex[end]
f = gensym()
esc(quote
$f = @closure ($(args...),) -> $ex
$f = Finch.@closure ($(args...),) -> $ex
$f()
end)
end
Expand Down

0 comments on commit ee0f5a5

Please sign in to comment.