Skip to content

Feature: Image sampler addition for shader usage - #475

Open
eokeeffe wants to merge 3 commits into
KomputeProject:masterfrom
eokeeffe:image_sampler
Open

Feature: Image sampler addition for shader usage#475
eokeeffe wants to merge 3 commits into
KomputeProject:masterfrom
eokeeffe:image_sampler

Conversation

@eokeeffe

@eokeeffe eokeeffe commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Image samplers are quite useful for quite a few computer vision applications. This is my first try at doing this so not sure if everything is handled perfectly.

I've included CPP and Python example code showing how to use it to upsample a small textured grid. I've tried to keep to the contributing structure, but if you see something let me know.

There are also tests implemented for the sampler usage included.

Any comments or suggestions would be much appreciated

evanokeeffe added 3 commits September 9, 2026 22:17
… nearly 350ms just on reads for an image processing pipeline. With this simple modification I was able to drop that to 62.1ms on my machine

Signed-off-by: evanokeeffe <evan.okeeffe@tas-2.com>
…r review soon

Signed-off-by: evanokeeffe <evan.okeeffe@tas-2.com>
Signed-off-by: evanokeeffe <evan.okeeffe@tas-2.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant