-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d46545
commit 53ff3df
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |