@@ -29,7 +29,8 @@ the programming language *COBOL*.
29
29
- [ ] Block CSR multiplication
30
30
- [ ] Block CSR kronecker
31
31
- [ ] Sparse matrix wrapper ?
32
- - [ ] Wrapper for Python API
32
+ - [X] Wrapper for Python API
33
+ - [ ] Wrapper test in Python
33
34
- [ ] User guide
34
35
- [ ] Unit Tests collection
35
36
- [X] Dummy library implementation for testing
@@ -127,6 +128,9 @@ cuBool
127
128
├── docs - documents, text files and various helpful stuff
128
129
├── tests - gtest-based unit-tests collection
129
130
├── scripts - short utility programs
131
+ ├── python - project python sources
132
+ │ ├── pycubool - cubool library wrapper for python (similar to pygraphblas)
133
+ │ └── tests - tests for python wrapper
130
134
├── thirdparty - project dependencies
131
135
│ ├── cub - cuda utility, required for nsparse
132
136
│ ├── gtest - google test framework for unit testing
@@ -144,4 +148,4 @@ This project is licensed under MIT License. License text can be found in the
144
148
## Contributors
145
149
146
150
- Semyon Grigorev (Github: [ gsvgit] ( https://github.com/gsvgit ) )
147
- - Egor Orachyov (Github: [ EgorOrachyov] ( https://github.com/EgorOrachyov ) )
151
+ - Egor Orachyov (Github: [ EgorOrachyov] ( https://github.com/EgorOrachyov ) )
0 commit comments