Mercurial > repos > public > sbplib_julia
diff Notes.md @ 1546:8b9cdadb845a bugfix/sbp_operators/stencil_return_type
Add some comments
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 12 Apr 2024 12:26:30 +0200 |
parents | d641798539c2 |
children | d68d02dd882f bb4c119e91fa |
line wrap: on
line diff
--- a/Notes.md Fri Apr 12 10:11:52 2024 +0200 +++ b/Notes.md Fri Apr 12 12:26:30 2024 +0200 @@ -348,3 +348,11 @@ * This would impact how tensor grid works. * To make things homogenous maybe these index collections should be used for the more simple grids too. * The function `to_indices` from Base could be useful to implement for `IndexCollection` + + +## Stencil application pipeline +We should make sure that `@inbounds` and `Base.@propagate_inbounds` are +applied correctly throughout the stack. When testing the performance of +stencil application on the bugfix/sbp_operators/stencil_return_type branch +there seemed to be some strange results where such errors could be the +culprit.