llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL][Bindless] Replace 'image_channel_order' field in 'image_descriptor' with number of channels

Open DBDuncan opened this issue 1 year ago • 0 comments

'image_channel_order' field in 'image_descriptor' is and can only be used for the number of channels due to CUDA having no notion of image channel order. Replaced with the number of channels instead.

Also deprecate 'get_channel_order' function from 'image_mem' as it is redundant because images no longer have or need a notion of channel order. Only channel size.

DBDuncan avatar May 10 '24 13:05 DBDuncan