Elliot Saba
Elliot Saba
## Intelligent building and serving of debug symbols If we had "partial artifact" download support, we could simplify this a bit, in that we could generate only a single tarball...
Oh, I also just thought to myself it would be cool to switch between e.g. debug and non-debug versions through [`Preferences`](https://github.com/JuliaLang/Pkg.jl/pull/1835), so a JLL package would default to installing a...
Thinking about this again, it would also be really sweet for debug versions of JLLs to include all source files referenced by the DWARF files, stored in a predictable place...
Hmmm, I have been unable to reproduce this on my MacOS machine, using the exact same versions of everything. Are you still facing this issue?
@tlienart this is almost certainly the issue that you brought up to me recently. The fundamental issue is that MKL has its own OMP implementation (`libiomp`) that exports the same...
IMO we should just try always removing all `.la` files. I'd rather not rely on libtool files.
Looks like we need to implement the `Pad` ONNX v2 operator: https://github.com/onnx/onnx/blob/master/docs/Operators.md#Pad This should probably just be a straightforward addition to `src/graph/ops.jl`
Confirmed that those both work.
> So the answer is maybe, but we would first need to add a LLVM platform so that we can resolve that at runtime instead of using the Julia version...
Intriguing. Is there a `docker` container or something that I can try to reproduce this within?