PyTorch uses is_contiguous
Lucier, Bradley J 22 Jun 2022 02:06 UTC
PyTorch uses is_contiguous for what is called here array-packed?.
https://pytorch.org/docs/stable/generated/torch.Tensor.is_contiguous.html
Although there still seems to be quite some confusion about the notion:
https://discuss.pytorch.org/t/contigious-vs-non-contigious-tensor/30107/10
https://stackoverflow.com/questions/48915810/pytorch-what-does-contiguous-do
Should we change array-packed? To array-contiguous? ?
Brad