-
Hello,
I’m wondering if Warp supports array of sparse matrices, particularly for parallelized sparse matrix multiplication. If not, are there any plans to add this feature, or any suggestions for im…
-
From @aksarkar:
> I found that `fit_poisson_nmf` spends almost all of its time in single-threaded code, specifically `cost` and in `poisson_nmf_kkt`. One obvious enhancement would be to move the ob…
-
As AA has been refactored in a class, we should make sure to catch a sneaky bug that can make AA fail silently.
I've already stumbled upon cases where the residual matrix is ill-conditioned, which ma…
-
### Is your feature request related to a problem? Please describe.
it is not a problem by itself, but will allow improved efficiency in scipy.optimize.least_squares. Such function, asks for separate …
-
The main `provoc()` function would still work as intended, but would accept list arguments to many of the parameters. The computations would be moved to another function that is easy to call from `pro…
-
Hi thank you for your impressive work :)
As is mentioned in your paper, "For MHA, heads with mask ’0’ will not be executed. For FFN, as matrix-matrix multiplication can be transformed to multiple mat…
-
Such as those converting to and from 'Double' in ['Field'](https://github.com/Airini/FEECa/blob/master/src/FEECa/Internal/Spaces.hs). So far, they are seen in:
* (pretty) printing
* testing, e.g. ['…
-
It should be possible to delegate matrix multiplication to several threads to improve the performance. This is what NumPy seems to do for floating-point computations. We are still faster for integer/f…
-
### Summary
This project is undertaken as part of my summer internship at Quansight Labs, mentored by @izaid and @rgommers.
I would like to propose extending the current COO sparse array support in …
-
I am trying to estimate a series of models with some deterministics - i.e., constant terms, dummies for the 2008 financial crises and some time trends.
After revising the documentation I have stru…