/ParallelGraphConvNN

Parallelization of the Algorithm: Graph Convolutional Neural Networks (OpenMP, MPI and SIMD).

Primary LanguageC++MIT LicenseMIT

Graph Convolutional Neural Networks

Parallelization of the Algorithm: Graph Convolutional Neural Networks

Possible errors and how to fix them:

  1. For MacOS users: If you're getting the error (clang: error: unsupported option '-fopenmp') while running the make command with -fopenmp, try to pass macOS as an argument to the make command (set the value to true):
$ make macOS=true