Skip to content

Commit ec9703f

Browse files
author
Thomas Klijnsma
committed
v1.0.0: tested for cuda 11.7 torch 2.0, limited ops to just select_knn, synchronized cpu/cuda implementation output, added logger.
1 parent 377366b commit ec9703f

34 files changed

+502
-1855
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
archive/
2+
13
# Byte-compiled / optimized / DLL files
24
__pycache__/
35
*.py[cod]

csrc/accumulate_knn.cpp

-45
This file was deleted.

csrc/accumulate_knn_grad.cpp

-45
This file was deleted.

csrc/cmspepr.h

-33
This file was deleted.

csrc/cpu/accumulate_knn_cpu.cpp

-110
This file was deleted.

csrc/cpu/accumulate_knn_cpu.h

-12
This file was deleted.

0 commit comments

Comments
 (0)