Pallas masking
#17414
Replies: 1 comment
-
It's an idea we have thrown around but haven't gotten around to implementing. It might be possible to be done completely automatically actually using a padding transformation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious about masking in Pallas.
Currently the examples have the masking done inside the kernel function. However in practice this requires a bunch of
program_id
algebra that I would rather not do in order to find boundaries.Is there any semantics to have the masking done in the blockspec? Ideally I could just say "fill oob with zeros" there and not have to ever use programid.
Beta Was this translation helpful? Give feedback.
All reactions