Chris Elrod

Results 837 comments of Chris Elrod

Yes. CPUSummary reports cache per core, so that Octavian can assume the total L3 cache it can use is proportional to the number of cores it is using. (If other...

Can you try starting julia with `--check-bounds=yes`?

It'll be a few weeks before I have access to an M1 mac again to try these examples. I'll try and remember.

Hi Mohamed! I just added a README, where I briefly go into how the library works. > Turing is now very close to being fully type stable and Chris Rackauckas...

> We are still working on exact benchmarks but the final benchmarks will be different after TuringLang/Turing.jl#826 and TuringLang/Turing.jl#793 are merged. Hopefully, these will be ready by JuliaCon. But I...

It hasn't worked since early/mid November 2019, relying on (at that time) unregistered dependencies. Getting it to work wouldn't be trivial, but perhaps picking a date from early November 2019,...

Prerequisites for a revival would be: 1. Get LoopVectorization to 1.0, which will require a rewrite. 2. Get AD working for it, e.g. following the approach from here: https://github.com/chriselrod/ReverseDiffExpressions.jl/issues/2 This...

I'm trying channel-based multithreading. If it's comparably fast or faster, I'll use that. If not, I'll try to fix ci (I think I fixed the `.yml` files locally, are spaces...

I fixed the yamls, and I'll address the test failures shortly. But a couple questions: 1. Do you think I should add an `@warn` on init if Julia has less...

I've been experimenting with parameters. I want the benchmarks to look a little better before making the release. > I don't feel strongly either way. I'd probably lean towards the...