Elliot Saba
Elliot Saba
Can you spell out the difficulties regarding in-place updates? I don't see it as obvious.
Yeah, why don't you just slice out the code here that is also in `Metalhead` and instead just instantiate the Metalhead model and train it here. That would be good...
I can confirm I'm having the same error.
Did this ever get merged? I have a couple of use cases for this functionality; it would allow for much more flexible parallel build stages (such as a "clean cache...
That sounds like the SONAMEs don't match, so the OS doesn't realize that it's loading two different copies of the same thing. @ExpandingMan what does `readelf -d $file` say about...
I can confirm that this is occurring as well. If there's any need for debugging (we have a fleet of Windows VMs that we run in buildkite) I'd be happy...
Okay, here's Elliot and Mosè's mini Pkg test suite: # Ways of specifying input We prefer to pass PackageSpec objects so that we can specify multiple packages at once, instead...
I will note the one big reason for why Julia went with the alternate mangling; it's so that FORTRAN code that wants to link to these symbols can do so...
> As soon as we have a proper standard, FlexiBLAS will implement this, but also provide a ILP64 library without suffixes, to support rebuilding applications with `-fdefault-integer-8`. While that can...
> there somebody says "Can we try this for larger examples" and thus the whole code gets compiled with the increased integer flag. I totally understand these kind of constraints....