Andrew Johnson

Results 456 comments of Andrew Johnson

It has to be detected at compile-time, not runtime - since it requires different code to be compiled

Note the `constexpr` type for the flags, this means that it has to be known at compile time

@SteveBronder sorry to double-ping, but I'm hoping to introduce an arbitrary vectorisation framework once this is in. Any chance you'd have time for another look?

I'll update this PR once the helper functions from #2852 have been added and merged

@SteveBronder would you mind having another look at this when you get a minute? No rush

I'll second @spinkney's apology for the delay! I'll progress the reviews on your PR's over the next week. For the tarball building, we have a github actions workflow for building...

Perfect! Yes if you can create a fork of stanc3 and a branch with your additions (and post the name(s)) here, then I'll start the tarballs building against your modified...

Great! I've started the workflow running [here](https://github.com/stan-dev/cmdstan/actions/runs/3725347245) Once it's finished, it will create a cmdstan tarball which uses your fork & branch of the Math library, and has built your...

Great! You can also add to your README that you can use the tarball with `cmdstanr`/`cmdstanpy` as well, you just need to unzip the folder and set the path to...