Leo Fang
Leo Fang
Sounds good to me, as long as we are committed to get #425 done in the same year.
> Yeah the use case for `complex -> real` is what I was wondering as well in this comment ( https://github.com/data-apis/array-api/pull/445#issuecomment-1148024033 ). Also not clear on why it is needed....
General comments since I see you start working on ufuncs that have a branch cut 🙂 - The explanation of a branch cut should be moved to top of the...
For all array library implementors: We (NVIDIA) are interested in collecting the pain points in using CUDA math libraries to support the array API functions. We have collected responses from...
How to specify `device` for the very first array? -> https://github.com/data-apis/array-api/issues/156
> * Do we require the operators to be differentiable? If so, should we standardize the gradient definition (e.g. approximate gelu)? I think it's good to have them differentiable, but...
I think `where` in this case is an overkill, and there is value for having `equal_nan` in `isclose()` beyond the purpose of testing library codes. For example, when developing and...
Sent too fast: If we remove `equal_nan` from the argument, we should definitely include an example for how to test NaNs in the docstring.
> To investigate the impact of the proposed change, I've implemented it for `numpy` and run the `numpy`, `scipy`, and `scikit-learn` test suite against this patched version. Cool, thanks for...
> However, from my 8+ years of numerical computing experience, 2-D sparse matrix handles almost all problems from HPC -- from PDE discretization to graph-like connectivity patterns. > N-D sparse...