You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current state of the art sampler is CCHR (https://academic.oup.com/bioinformatics/article/33/11/1741/2964731). We should implement this. A side goal would be to add some sort of GPU functionality, but most users won't have a gpu, so I would put gpu stuff as secondary importance.
The text was updated successfully, but these errors were encountered:
The other question is if (how much) the coordinate methods are viable for GPUs. Might be nice to have approximate coordinate computation (lanczos-style) because just SVDing everything won't be of much help.
The current state of the art sampler is CCHR (https://academic.oup.com/bioinformatics/article/33/11/1741/2964731). We should implement this. A side goal would be to add some sort of GPU functionality, but most users won't have a gpu, so I would put gpu stuff as secondary importance.
The text was updated successfully, but these errors were encountered: