Skip to content

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

License

Notifications You must be signed in to change notification settings

erdenbatuhan/ParallelGraphConvNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published