Skip to content

Commit

Permalink
Update src/KernelAbstractions.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Churavy <vchuravy@users.noreply.github.com>
  • Loading branch information
leios and vchuravy authored Nov 2, 2023
1 parent a29a392 commit d65431e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KernelAbstractions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ synchronize(backend)
```
"""
macro kernel(expr)
__kernel(expr, #=generate_cpu=#true, #=force_inline=#false)
__kernel(expr, #=generate_cpu=#true, #=force_inbounds=#false)
end

"""
Expand Down

0 comments on commit d65431e

Please sign in to comment.