Brian Ward

Results 512 comments of Brian Ward
trafficstars

There are technical combinatorially many main.o options - THREADS, MPI, OPENCL, and NORANGE, plus all possible combinations of them…

> Ultimately, just being able to set a working directory for the build seems to me the ideal angle to try and improve this. Yes, this would be ideal. Unfortunately...

The minimal set up is: - clone https://github.com/stan-dev/math to the desired location - someone with write permissions there should cd to that location and run `make -f make/standalone math-libs` to...

The code looks good, but I think we'd want this to be a bit more configurable in the layout before merging

This is being raised from https://github.com/hzeller/rpi-rgb-led-matrix/blob/d10f518f291bd34ca4816ef25cadf2446b882662/bindings/python/rgbmatrix/core.pyx#L44 We should report it upstream, but for our purposes I think it's totally fine to work around it by passing `unsafe=False` to `matrix.SetImage` [here](https://github.com/MLB-LED-Scoreboard/mlb-led-scoreboard/blob/39e1b38edc2ed0adf679cb070857c8c133568030/main.py#L65C16-L65C24),...

https://github.com/hzeller/rpi-rgb-led-matrix/issues/1769

@andrjohns this was the error caused by the quickJS bug right?

We’re not always consistent with whether or not we explicitly say the defaults for the algorthmic parameters. Part of the reason we use None as a default is to avoid...

That’s the right link, yes. And yes, if a user doesn’t specify a value, we handle the default case by just not emitting anything and then letting cmdstan use its...