Skip to content

Commit

Permalink
[add] windows os support
Browse files Browse the repository at this point in the history
  • Loading branch information
unlimblue committed Dec 14, 2021
1 parent f041fe0 commit 619617b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
+ ref: [pytorch knn cuda](https://github.com/chrischoy/pytorch_knn_cuda)
+ author: [sli@mail.bnu.edu.cn](sli@mail.bnu.edu.cn)


#### Modifications
+ Aten support
+ pytorch v1.0+ support
Expand Down Expand Up @@ -47,6 +48,16 @@ And then, make sure [`ninja`](https://ninja-build.org/) has been installed:
wget -P /usr/bin https://github.com/unlimblue/KNN_CUDA/raw/master/ninja
```

+ for windows

You should use branch `windows`:

```bash
git clone --branch windows https://github.com/unlimblue/KNN_CUDA.git
cd C:\\PATH_TO_KNN_CUDA
make
make install
```

#### Usage

Expand Down

0 comments on commit 619617b

Please sign in to comment.