You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,12 +149,13 @@ pytest
149
149
## C++ API
150
150
151
151
`torch-scatter` also offers a C++ API that contains C++ equivalent of python models.
152
+
For this, we need to add `TorchLib` to the `-DCMAKE_PREFIX_PATH` (*e.g.*, it may exists in `{CONDA}/lib/python{X.X}/site-packages/torch` if installed via `conda`):
152
153
153
154
```
154
155
mkdir build
155
156
cd build
156
-
# Add -DWITH_CUDA=on support for the CUDA if needed
0 commit comments