Yu-Hang "Maxin" Tang

Results 22 comments of Yu-Hang "Maxin" Tang

Thanks for pointing this out. We can set up some self-consistency tests to check if FunFact can find solutions close enough to those found by 'standard solvers' for convex problems...

Thanks for the feedback! We mentioned the installation of FunFact with specific autograd backends in the [Installation](https://funfact.readthedocs.io/en/latest/pages/installation/#autograd-backends) page of our online docs. Perhaps there could be a better place for...

@pghysels Thanks for the update! I'll try it on my workstation since I don't (yes I'm not joking) have an account on Cori yet. Will let you know as soon...

@pghysels How can I get a `.so` file? Currently, I can only get a `.a` library file after compilation.

Hi @pghysels and @liuyangzhuan, when I tried to run the regressor using stock kernels from scikit-learn, I got some error that crashes the Python interpreter. Could you please take a...

``` 2 ** np.float32(16) # = 65536.0, or 0 | 10001111 | 00000000000000000000000 2 ** jnp.float32(16) # = 65535.996, or 0 | 10001110 | 11111111111111111111111 ``` Given that the difference...

For a bit of context, below is what we obtained with `pytest-benchmark` using an A100. cuSolver's implementation of Cholesky decomposition already parallelizes w.r.t. batch size. A modified version of OP's...

I came across this issue after several hours of debugging 🤣 In my latest experiments, there is still a mismatch between the actual and documented behavior. Specifically, when I run...

Note that one issue with this proposed approach is that the `examples` and `tests` folders will be directly placed in the Python site-packages folder alongside the `transformer_engine` engine. As such,...

Adding @nouiz @ZYHowell @gjoliver @merrymercy @mjsML for viz