Dilum Aluthge

Results 176 issues of Dilum Aluthge

Could we add a "Quick Start" section to the README, to help beginners that want to quickly get started playing around with Tullio? The section would include a list of...

For reference, here is the current code coverage: [![Code Coverage](https://codecov.io/gh/MasonProtter/Gaius.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/MasonProtter/Gaius.jl)

test suite
code coverage

This applies to all repos in JuliaSIMD. We could consider adding something like this: https://github.com/marketplace/actions/cancel-workflow-action#advanced-pull-requests-from-forks

For context, here is the current code coverage: [![Codecov](https://codecov.io/gh/chriselrod/LoopVectorization.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/chriselrod/LoopVectorization.jl)

Here's the fallback path for the basic matmul kernel: ```julia $(Expr(:inbounds, true)) local var"#1#val" = for n = 1:size(A, 1), m = 1:size(B, 2) #= REPL[2]:2 =# Cₙₘ = zero(eltype(C))...

I'd like to be able to add custom `InstalledChannels`. However, I don't want to edit the `~/.julia/juliaup/juliaup.json` file. Instead, my preferred interface would be to create a new file called...

enhancement
feature request

Right now, it looks like the distributed `juliaup` binaries for Linux do not support glibc 2.12. To reproduce, first, run the following command: ``` docker run --rm -it centos:6 ```...

enhancement

Actually, `Pkg.Types.STDLIBS_BY_VERSION` is still there, but it is now an empty vector. Consumers (e.g. BinaryBuilder) must populate it.