Carlo Lucibello

Results 274 issues of Carlo Lucibello

The codebase is currently undergoing a factorization whose final outcome is to have several packages hosted in the same monorepo (for developing convenience, see #433): - `GNNGraphs.jl`: graph types and...

removed in #455 due to compilation problems

https://github.com/JuliaComputing/MultiDocumenter.jl An example of a monorepo using MultiDocumenter is https://github.com/tecosaur/DataToolkit.jl

Found the following problem with multiplication of a discontinuous view by a matrix ```julia x = ones(Float32,2,2) |> MtlArray y = ones(Float32,4,2) |> MtlArray yv = view(y, 1:2, :) x...