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 839dd6a commit 39d463bCopy full SHA for 39d463b
README.md
@@ -281,6 +281,19 @@ print(valueC)
281
tensor([8.0, 6.0, 8.0])
282
```
283
284
+## C++ API
285
+
286
+`torch-sparse` also offers a C++ API that contains C++ equivalent of python models.
287
288
+```
289
+mkdir build
290
+cd build
291
+# Add -DWITH_CUDA=on support for the CUDA if needed
292
+cmake ..
293
+make
294
+make install
295
296
297
## Running tests
298
299
0 commit comments