Replies: 1 comment
-
Tried it and performance was worse when measured using Nsight. But maybe I was doing something wrong. You can see it for yourself here: perf/fill-mask-shared-memory. |
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.
-
Please describe the desired feature/behaviour.
CrestFillMaskArtefacts right now uses a lot of load texture instructions.
Supporting images/mockups, or example reference videos are very helpful to communicate ideas.
using a more compute like approach utilizing group shared memory should reduce the number of load texture instructions significantly.
Beta Was this translation helpful? Give feedback.
All reactions