Tiling tensor with overalp #1836
Unanswered
IuriiKobein
asked this question in
Q&A
Replies: 1 comment 8 replies
-
No, but @ccecka and I have discussed an idea for implementing a stencil div for example 59 in the past. This is a lower priority for us at the moment, but our internal discussions suggest that this is most certainly doable and a generalization of the im2col transformed used for convolutions. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I am working on validating idea to use CuTe/CUTLASS for finite difference method.
It requires to divide input by tile with overlaps to take into consideration halo region.
The input is 2D tensor that already has allocated halo regions on boundaries.
For example following 2D input divide into 3 overlapped tiles:
Is there utils to do it using CuTe?
Beta Was this translation helpful? Give feedback.
All reactions