Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spconv ... sparse convolution #493

Open
dorn-gerhard opened this issue Jun 6, 2023 · 1 comment
Open

spconv ... sparse convolution #493

dorn-gerhard opened this issue Jun 6, 2023 · 1 comment

Comments

@dorn-gerhard
Copy link

Motivation and description

For many applications (graph neural networks, 3d point clouds, ...) sparse convolution would be a cool feature

Possible Implementation

A guide to implementation is given here (with some references):
https://towardsdatascience.com/how-does-sparse-convolution-work-3257a0a8fd1

@ToucheSir
Copy link
Member

I doubt anyone is going to step up to write custom CUDA kernels for this like in that post unless they also need the feature, so it's in solid "PRs welcome" status for now. You may want to see if anything in GeometricFlux, GraphNeuralNetworks.jl or Flux3D helps with your use case. Those three should cover GNNs and point clouds between them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants