MatX
MatX copied to clipboard
[BUG] Maintain storage and descriptor types across views
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.