https://github.com/edisonleeeee/glcore
graph learing toolbox
https://github.com/edisonleeeee/glcore
Last synced: 10 months ago
JSON representation
graph learing toolbox
- Host: GitHub
- URL: https://github.com/edisonleeeee/glcore
- Owner: EdisonLeeeee
- License: mit
- Created: 2021-11-20T04:02:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T17:05:26.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T19:27:35.160Z (over 1 year ago)
- Language: Cuda
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# glcore
glcore is used for [GraphGallery](https://github.com/EdisonLeeeee/GraphGallery) with C++ acceleration.
# Install
please make sure you have [PyTorch](https://pytorch.org/) and `g++`(supports c++14) compiler installed
```bash
git clone https://github.com/EdisonLeeeee/glcore.git && cd glcore
pip install .
```