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

Message-passing for CUDA is broken by not allowing scalar indexing #195

Closed
yuehhua opened this issue Jul 16, 2021 · 1 comment
Closed

Message-passing for CUDA is broken by not allowing scalar indexing #195

yuehhua opened this issue Jul 16, 2021 · 1 comment

Comments

@yuehhua
Copy link
Member

yuehhua commented Jul 16, 2021

Mentioned in #187.

Message-passing network has an operation of scalar indexing over a cuarray. Currently, new version of CUDA forbidden the use of scalar indexing, which breaks the tests. Message-passing need a new implementation for indexing vertices or edges, maybe a cuda kernel.

@yuehhua
Copy link
Member Author

yuehhua commented Dec 12, 2021

Now it is fixed by #253

@yuehhua yuehhua closed this as completed Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant