Skip to content

Commit

Permalink
Merge pull request #225 from CarloLucibello/cl/closures
Browse files Browse the repository at this point in the history
Avoid capturing external variables into closures
  • Loading branch information
CarloLucibello authored Nov 16, 2022
2 parents 45a14db + 55e6ed8 commit f9fc48a
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 144 deletions.
1 change: 0 additions & 1 deletion src/GraphNeuralNetworks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ using NNlib, NNlibCUDA
using NNlib: scatter, gather
using ChainRulesCore
using Reexport

using SparseArrays, Graphs # not needed but if removed Documenter will complain

include("GNNGraphs/GNNGraphs.jl")
Expand Down
Loading

0 comments on commit f9fc48a

Please sign in to comment.