Skip to content

Commit 68cc581

Browse files
Merge pull request #2087 from CliMA/ck/bugfix
Remove always_inline = false in fused kernel
2 parents 76dac21 + 2e4eb58 commit 68cc581

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/cuda/data_layouts_fused_copyto.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ function launch_fused_copyto!(fmb::FusedMultiBroadcast)
136136
args;
137137
threads_s = p.threads,
138138
blocks_s = p.blocks,
139-
always_inline = false,
140139
)
141140
else
142141
args = (fmb, dest1, us)

0 commit comments

Comments
 (0)