MatX icon indicating copy to clipboard operation
MatX copied to clipboard

[BUG] Maintain storage and descriptor types across views

Open cliffburdick opened this issue 3 years ago • 0 comments

Currently when a view is created from a tensor, or when temporary tensors are created, they aren't necessarily using the same types of storage and descriptors as the original tensors. This only shows up when using the advanced API where custom storage is used, but it should be uniform across the entire API.

cliffburdick avatar Feb 02 '22 16:02 cliffburdick