Open vboussange opened 1 week ago
Hi – this would probably not be a great fit for the JAX package itself (see the discussion in JEP 18137) but we'd welcome efforts in companion projects to implement this kind of functionality.
I see, thanks! I guess that this would nicely fit in a JAX-based Graph library (Graphs.jl or NetworkX equivalent). Is this a companion project that has already been discussed?
Hey there, It would be awesome to have
scipy.sparse.csgraph.connected_components
implemented in JAX. I guess this relates to an old request (https://github.com/jax-ml/jax/discussions/9214) that I am reviving. We could get inspiration from the GPU-friendlycugraph
implementation. Is this something that could be considered? Cheers!