Skip to content

Commit

Permalink
modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
daiguohao-thu committed Jul 1, 2021
1 parent 2d46545 commit 53ff3df
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 53ff3df

Please sign in to comment.