Raye Kimmerer
Raye Kimmerer
I expected this. Is this the plan for all stdlibs that were being removed?
The ones tested as part of Julia (SPQR, UMFPACK, CHOLMOD), have all had some sort of random CI errors recently. Hopefully Keno finds something solid, likely to be with the...
Could I bump this? We need to add citations for the SuiteSparse stdlib, which would involve a *lot* of duplicates appearing in official docs. @ViralBShah
Can I bump this? This would be super useful.
Do we want to schedule something to talk over the ecosystem and what everyone aims to achieve?
@mcabbott can you assign this issue to me? I am beginning to make progress on my port of taco. I'll probably be able to do a simple SpMV in ~2...
The compiler plug-in stuff is on my radar, but only after I finish the basic code generation stuff. I'm aiming to make several passes (haha get it) after I provide...
>There is also the question of whether this representation knows about types, or just notation. I definitely have to know about types, each axis is encoded as one of several...
> Did you consider something other way around ("type-erasing" approach)? I can imagine lowering each data structure to a canonical form which is a simple immutable struct that has (say)...
@tkf this is very enlightening thank you. What TACO does is take tensors whose layout is essentially `[Tuple{AbstractIndex}, values]`, and the users einsum notation and then move through a couple...