Julian Samaroo
Julian Samaroo
The Dagger scheduler is (internally) a bit of a mess, with limited documentation and a lot of inter-dependent states which can break easily when modified. In order to support dynamic...
Currently broken, but posting to have this out there in case anyone can help figure out these build failures (@haampie ?).
The switch to the new JLL packages seems to cause problems for me and GLFW.jl. When running tests on GLFW master: ``` Updating `/tmp/jl_5BPbJ4/Project.toml` [f7f18e0c] + GLFW v3.2.1 [`~/.julia/dev/GLFW`] [8dfed614]...
@maleadt I'd also like to move OpenCL.jl to the v6 templates if possible. Do you have any examples of using v6 with two different images for NV vs. AMD test...
Anyone who's run into an error somewhere within a Mux app knows that the stacktraces are pretty inscrutable, due to the rather heavy usage of anonymous functions. We should find...
Requires https://github.com/JuliaLang/julia/pull/38642 We can tell Julia that we want it to emit symbols instead of session-specific pointers, making our code (potentially) relocatable. I'm not locked in on this API, but...
For codegen of multiple functions and referenced globals into a single LLVM module. Useful for eBPF support (globals can be meaningfully shared across kernels), and static compilation of native Julia...