cuda-api-wrappers icon indicating copy to clipboard operation
cuda-api-wrappers copied to clipboard

Support CUDA 11.5 block-compressed array types

Open eyalroz opened this issue 4 years ago • 0 comments

CUDA 11.5 introduced block-compressed types for CUDA arrays:

cudaChannelFormatKindUnsignedBlockCompressed1
cudaChannelFormatKindUnsignedBlockCompressed1SRGB

we should support these with our array wrapper API.

eyalroz avatar Oct 27 '21 10:10 eyalroz