Raye Kimmerer

Results 41 issues of Raye Kimmerer

This may already be contained in ArrayInterface somewhere, but I haven't yet found it. It would be great if we could have a trait that indicates the storage order of...

These would be incredibly useful for me: https://docs.nvidia.com/cuda/cusparse/index.html#cusparse-generic-function-spmm-op. I may get around to trying this eventually, but if someone wants to wrap them that'd be great! @kshyatt 😄

enhancement

It'd be very nice to replace `(1,1) [user-defined value]` with the actual value using a user provided `print` function of some sort. I'm not sure what signature the function pointer...

enhancement

I'd like to request the addition of two(+) binary operators/monoids, findmax and findmin which act like min and max but return the position of the max and min values. While...

enhancement

Let's see if this solves our problem. It simplifies things, and reaches into internal functions less. I'll investigate UMFPACK as well, I don't remember why we're reaching so deep into...

This is a franken-PR that should combine several different **_untested_** local branches over the next few days.

Todo list of ChainRules: - [x] to_vec and rand_tangent from ChainRulesTestUtils/FiniteDifferences - [x] mul - [x] emul - [x] eadd - [x] getindex - [x] map - [x] select -...

Project
v1.0

Many examples should go in a future GraphBLAS.jl, but I'll add some here anyway. - [x] Triangle Counting - [ ] Centrality - [x] PageRank - [ ] Something Boolean?...

Project
v1.0

Initial tests show 1.25 - 3+x speedups vs SparseArrays on things like `*` and range based indexing. To Do: - [ ] Generate benchmark script - [ ] Use real...

Project