Conversation
Can we use the second one while Should we implement the other cases using a trivial loop of |
|
I don't think we want to use the approximation for obvious reasons such as outputs differing from naively looping over the batch with With that said, using
Regaring if it's better than looping over |
|
By the way, I took a look at NumPy and it seems like they're looping manually too? Not really sure if this is of any interest but just leaving a reference. https://github.com/numpy/numpy/blob/master/numpy/linalg/umath_linalg.c.src#L2762-L2795 |
|
@toslunar Kindly ping.
I agree with this idea (although documentation may necessary depending on how it affects the entire performance). |
|
It's better to make the feature ( |
|
It is supposed that now batched |
|
I need to solve a large number of small symmetric/Hermitian Eigen problems. ([https://docs.nvidia.com/cuda/cusolver/index.html#cuds-lt-t-gt-syevjbatch]) |
No description provided.