Chris Elrod

Results 837 comments of Chris Elrod

That just means that compiling with GCC has no impact on the license of the code we're compiling. The fact that the code we'd be compiling (GLIBC) is GPLed however...

If you're planning on just `ccall`ing GLIBC, I think the Julia-wrapper can be MIT.

I think stevenjg is an expert on licenses as well as special function implementations. Not sure what the etiquette standard is on tagging someone who wasn't a part of the...

What are you trying to suggest?

For timings, I get ```julia julia> @time using Octavian 0.217284 seconds (396.12 k allocations: 21.375 MiB, 6.10% gc time, 6.09% compilation time) julia> @benchmark matmul!(C, A, B) setup=(C=zeros(Float32, 2048, 2048);...

> Interestingly, this only speeds up 1.9. I can't imagine Octavian.jl being that much slower on

> What's exactly the problem with Manifest.toml being versioned? The instantiate modifies the `Manifest.toml`, so every time I update packages, `straight` asks about these changes. > Could you comment on...

My PR is currently incompatible with `straight.el` due to a `Pkg` bug, explained in https://github.com/JuliaLang/Pkg.jl/issues/3326.

This would still be nice to have IMO, even with the improvements in 1.9.

I'll move `saveivdep` outside of the `@generated` so that this is possible.