Elliot Saba

Results 472 comments of Elliot Saba

Yes, but the complexity is that we don't just need a compiler, we also need the supporting libc and header files and whatnot. While we have those collected for BinaryBuilder...

We are working around this issue by putting the following in our agent environment hook; it has a few problems: * It updates _all_ plugins, so if you use many...

For the record, we're simulating this by using [a github action](https://github.com/JuliaCI/julia-buildkite-plugin/blob/main/.github/workflows/TagAlias.yml) to automatically set (and update) a `v1` tag on our repositories so that we can declare e.g. `julia#v1` and...

Note that this is available in base julia via `randn()`

I don't think that automatically mirroring the signal is a good idea, as I would want to opt into that if I wanted to actually do that. However, I agree...

I think for maximum compatibility, we're just going to have to listen to both environment variables and Preferences; * Preferences, because these pieces of information are often used at compile-time,...

The easy solution for now is to do this `fixup_device()` kind of thing within `DeviceList()`; I think anybody who is already doing this kind of thing to make the output...

Just wanted to throw my weight into this as well; we're using Weave to build outputs for benchmarks over at [SciMLBenchmarks](https://github.com/SciML/SciMLBenchmarks.jl), and although it's great to be able to weave...

Right now, the tutorials are all launched with the `run_tutorial.yml` pipeline, [which specifies the `juliacpu`](https://github.com/SciML/SciMLTutorials.jl/blob/7b8089864bb43cb189e754261862af015a2dbf5d/.buildkite/run_tutorial.yml#L46) queue to run on. What do you want to do? Have a list of tutorials...

That buildkite plugin is [very simple](https://github.com/Vaibhavdixit02/stan-install-buildkite-plugin/blob/master/hooks/stan-install.sh); it literally just downloads and unpacks a tarball. No need for this to be a buildkite plugin; just insert those lines as part of...