We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97d51a commit 25f8039Copy full SHA for 25f8039
README.md
@@ -116,8 +116,8 @@ This algorithm is more efficient than [^3] because it only needs one pass of fil
116
117
## TODO
118
119
-- [ ] Use PyTorch C++ extension for faster computation.
120
-- [ ] Use native CUDA kernels for GPU computation.
+- [x] Use PyTorch C++ extension for faster computation.
+- [x] Use native CUDA kernels for GPU computation.
121
- [ ] Add examples.
122
123
## Related Projects
0 commit comments