Skip to content

Commit b3d445c

Browse files
pultarrusty1s
andauthored
Extended compilation instructions C++ API (#157)
* complemented compilation instructions C++ API Signed-off-by: Felix Pultar <felix.pultar@phys.chem.ethz.ch> * complemented compilation instructions C++ API Signed-off-by: Felix Pultar <felix.pultar@phys.chem.ethz.ch> * Update README.md Signed-off-by: Felix Pultar <felix.pultar@phys.chem.ethz.ch> Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
1 parent 3316bdc commit b3d445c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ pytest
284284
`torch-cluster` also offers a C++ API that contains C++ equivalent of python models.
285285

286286
```
287+
export Torch_DIR=`python -c 'import torch;print(torch.utils.cmake_prefix_path)'`
287288
mkdir build
288289
cd build
289290
# Add -DWITH_CUDA=on support for the CUDA if needed

0 commit comments

Comments
 (0)