diff --git a/README.md b/README.md index 2e8603a..d5d7de3 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ -# dgSPARSE-Library +# dgSPARSE Library + +## Introdution + +The dgSPARSE Library (Deep Graph Sparse Library) is a high performance library for sparse kernel acceleration on GPUs based on CUDA. +## File Structure + +``` +. +├── include: +│ └── dgsparse.h: The header file of the dgSPARSE Library. +├── lib: +│ └── dgsparse.so: The dynamic link file of the dgSPARSE Library. +└── src: Some source codes and references of implementations in the dgSPARSE Library. + └── ge-spmm: GE-SpMM implementation. +``` + +## Documentation + +Please refer to [dgSPARSE Library Documentation](https://dgsparse.github.io/dgSPARSE-doc/) for more details.