Noah Marvy
Results
2
comments of
Noah Marvy
No i explicitly meant for the range of indptr not to be the same as x. Interestingly `indptr = torch.tensor([1, 8])` works without issue.
I don't think this is be undefined behavior, the correct value of gradient of src where indptr does not index src should be zeros. ```reduce="min"``` and ```reduce="max"``` already have this...