Predicate store for GPU #4921
UncleHandsome
started this conversation in
General
Replies: 0 comments
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.
-
Hello
I want to use predicate on GPU in Generator.
I tried following algorithm but didn't work at all.
Is there any suggestion to do the same thing??
Thank you
output(x, y) = select(x < output.width(), likely(1), undef<uint8_t>());
The schedule is simply something like this:
Beta Was this translation helpful? Give feedback.
All reactions