zwd-ms

Results 10 comments of zwd-ms

I can try to take a look. Instead of CI, manual build should be working.

Some observations: 1. Verified that building wheel locally works on WSL2 ubuntu 20.04 2. Using the CI-produced wheel, the program hangs due to stuck background threads never joining (observed in...

yes agreed, so they can for example enjoy security updates.

wip: per offline discussion, adding a parameter to control the block size.

Hi @mwydmuch, 1. regarding the use of `--sgd`, I noticed some previous discussion in the PR and [Jack's comment ](https://github.com/VowpalWabbit/vowpal_wabbit/pull/4138#issuecomment-1235642550) -- Did`--predict_only_model` solve the problem? 2. Can you please provide...

Thanks for making the changes @mwydmuch > ### New changes to the PLT reduction: > Is it ok? It also seems to me to be not consistent with other binary...

@mwydmuch I merged latest master and fixed the tests.

> Hi @byronxu99 Can you provide details about this SQL agent and Spider environment, as well as their benefits? The test dir is generally reserved for test scripts to be...

google benchmark should also show similar results, but it needs to prevent optimizations carefully. however, in general we could just rely on compiler auto-vectorization to optimize this. Using `-O3 -ffast-math...

from GCC doc: -mrecip This option enables use of RCPSS and RSQRTSS instructions (and their vectorized variants RCPPS and RSQRTPS) with an additional Newton-Raphson step to increase precision instead of...