Tim Dawson

Results 2 issues of Tim Dawson

I stumbled into an edge case when trying to apply `torch.vmap` to some code I had rewritten to utilize array-api-compat. So far everything seems to work just fine, with the...

bug

[cuPyNumeric](https://docs.nvidia.com/cupynumeric/latest/) aims to be a drop-in replacement for NumPy, with full API compatibility achieved by automatically falling back to NumPy for any functionality which isn't yet implemented. I suspect this...