Seth Axen

Results 726 comments of Seth Axen

> Do you have a couple of tests for dot that I could use? Sure, I just added some tests for `dot`, `dotu`, and `dotc`. Currently the `dot` tests pass...

> It seems like tablegen dot implementation passes the existing Julia tests and also the Enzyme LLVM-IR tests. > I need to clean it up a bit because I have...

> Since I didn't had the tests back then I just ended up using placeholder (/incorrect) reverse rules to compile it and thus never merged it. I do have a...

@wsmoses the only failing tests are due to #778. Otherwise this should be ready for review.

It seems the BLAS fallback warnings are raised even if the the BLAS fallbacks are not being hit?

All tests seem to pass for me. Some of the jobs in CI seem to not be picked up for some reason, but as far as I can tell, the...

A downside to the proposal of `hdi_lb` and `hdi_ub` is that the column names no longer inform which HDI was included. Would it be crazy if we have a single...

In arviz, I think numbers would be shown to 3 decimal points, so if they're on unit scale, we have 4 digits plus decimal plus maybe a sign plus whitespace...

Bump @pkofod, do you have feedback for the suggestion in https://github.com/JuliaNLSolvers/Optim.jl/issues/955#issuecomment-1030450835?

@rht not certain if you made an OptimLBFGSB.jl, but I implemented one here: https://github.com/sethaxen/OptimLBFGSB.jl.