Skip to content

Commit

Permalink
Merge pull request #2087 from CliMA/ck/bugfix
Browse files Browse the repository at this point in the history
Remove always_inline = false in fused kernel
  • Loading branch information
charleskawczynski authored Nov 18, 2024
2 parents 76dac21 + 2e4eb58 commit 68cc581
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/cuda/data_layouts_fused_copyto.jl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ function launch_fused_copyto!(fmb::FusedMultiBroadcast)
args;
threads_s = p.threads,
blocks_s = p.blocks,
always_inline = false,
)
else
args = (fmb, dest1, us)
Expand Down

0 comments on commit 68cc581

Please sign in to comment.