hail icon indicating copy to clipboard operation
hail copied to clipboard

[query] add local whitening method

Open patrick-schultz opened this issue 2 years ago • 3 comments

~Stacked on #11045~

Implements a method to orthogonalize each row of (an entry field of) a matrixtable against all previous rows within a specified window size. The method has time complexity linear in the window size, and is blocked to arrange for most work to occur inside BLAS level 3 subroutines.

patrick-schultz avatar Oct 21 '21 15:10 patrick-schultz

@patrick-schultz Are there any blockers to getting this PR in? It looks like it just needs a review and a merge.

I'll close in the meantime to alleviate some CI issues.

danking avatar Feb 24 '22 16:02 danking

I'll be reviewing this shortly.

johnc1231 avatar Feb 24 '22 16:02 johnc1231

@tpoterba, I assigned to you in light of John C's departure.

danking avatar Apr 11 '22 12:04 danking

It seems like this is realistically delayed until after the native compiler sprint. Is that a fair assessment, @patrick-schultz ?

danking avatar Oct 03 '22 21:10 danking

rebase conflict and :shipit:

tpoterba avatar Mar 20 '23 20:03 tpoterba

@patrick-schultz I resolved the conflict by keeping main which seems to have encompassed your change but with a more descriptive error message.

danking avatar Mar 20 '23 22:03 danking

@patrick-schultz bump

danking avatar Apr 11 '23 16:04 danking

HUZZAH

danking avatar Apr 12 '23 19:04 danking