Anyone have an example for creating and using image pyramids in CUDA?

I’m looking at what is the best way to both create the image pyramid, store it and access it.

CUDA doesn’t support texture mipmaps so they are out of the question. Textures are nice, but not coherent so are troublesome for creating the pyramid.

Thanks

I’m looking at what is the best way to both create the image pyramid, store it and access it.

CUDA doesn’t support texture mipmaps so they are out of the question. Textures are nice, but not coherent so are troublesome for creating the pyramid.

Thanks