Skip to content

Avoid scalar indexing in remove_edges#672

Open
alonsoC1s wants to merge 1 commit into
JuliaGraphs:masterfrom
alonsoC1s:remove_edges_gpu
Open

Avoid scalar indexing in remove_edges#672
alonsoC1s wants to merge 1 commit into
JuliaGraphs:masterfrom
alonsoC1s:remove_edges_gpu

Conversation

@alonsoC1s
Copy link
Copy Markdown

Fixes #668 by creating a boolean mask on GPU when the inputs are, without modifying the effects in normal CPU mode

@alonsoC1s
Copy link
Copy Markdown
Author

Failures seem unrelated

@CarloLucibello
Copy link
Copy Markdown
Member

Can you add a gpu test in GNNGraphs/test/transform.jl?

@alonsoC1s
Copy link
Copy Markdown
Author

Of course. Is it enough to add them to that file for the GPU code to be tested, or should I modify the testing configuration/flags/functions?

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scalar indexing triggered by remove_edges

2 participants