Julian Samaroo

Results 433 comments of Julian Samaroo

Relevant discussion: https://github.com/robertfeldt/BlackBoxOptim.jl/issues/136

I'll have a use for estimating resource needs in the future (for use as an objective variable in some multi-objective optimization problem, and also for preventing my Julia workers from...

On an Alpine Linux (OpenRC, not systemd) system, the `cgroup2` mount also appears at `/sys/fs/cgroup/unified`, if that's helpful at all.

Note that performance on multiple GPUs and/or multiple processes will be poor until https://github.com/JuliaGPU/DaggerGPU.jl/pull/17 is merged (planning that for the end of this week), but things should still function correctly...

> Could EnsembleGPUArray automatically detect the user's GPU and choose CUDA vs AMD for them? Yes I think so, I filed https://github.com/JuliaGPU/KernelAbstractions.jl/issues/229 because we have a lot of manual `iscuda...

Waiting on https://github.com/JuliaData/JuliaDB.jl/pull/389 so we can get CompatHelper CI working properly.

Nothing's changed. Please watch https://github.com/JuliaData/JuliaDB.jl/pull/389 for progress.

We're basically waiting on https://github.com/JuliaData/JuliaDB.jl/pull/389 to be merged, so that we can start using CompatHelper to assist with dependency upgrades. We can't safely bump compat bounds unless we have robust,...

What sort of API are you thinking of for this metadata?

I can reproduce this, and confirm that with a non-release Julia v1.3 build on Linux it hangs and ignores attempts to Ctrl-C.