Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-cluster
Commits
193136fd
Commit
193136fd
authored
Feb 14, 2020
by
rusty1s
Browse files
move files
parent
0194ebb6
Changes
30
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
7 additions
and
4 deletions
+7
-4
.coveragerc
.coveragerc
+2
-1
LICENSE
LICENSE
+1
-1
MANIFEST.in
MANIFEST.in
+4
-2
csrc/cpu/compat.h
csrc/cpu/compat.h
+0
-0
csrc/cpu/fps.cpp
csrc/cpu/fps.cpp
+0
-0
csrc/cpu/graclus.cpp
csrc/cpu/graclus.cpp
+0
-0
csrc/cpu/grid.cpp
csrc/cpu/grid.cpp
+0
-0
csrc/cpu/rw.cpp
csrc/cpu/rw.cpp
+0
-0
csrc/cpu/sampler.cpp
csrc/cpu/sampler.cpp
+0
-0
csrc/cpu/utils.h
csrc/cpu/utils.h
+0
-0
csrc/cuda/coloring.cuh
csrc/cuda/coloring.cuh
+0
-0
csrc/cuda/compat.cuh
csrc/cuda/compat.cuh
+0
-0
csrc/cuda/fps.cpp
csrc/cuda/fps.cpp
+0
-0
csrc/cuda/fps_kernel.cu
csrc/cuda/fps_kernel.cu
+0
-0
csrc/cuda/graclus.cpp
csrc/cuda/graclus.cpp
+0
-0
csrc/cuda/graclus_kernel.cu
csrc/cuda/graclus_kernel.cu
+0
-0
csrc/cuda/grid.cpp
csrc/cuda/grid.cpp
+0
-0
csrc/cuda/grid_kernel.cu
csrc/cuda/grid_kernel.cu
+0
-0
csrc/cuda/knn.cpp
csrc/cuda/knn.cpp
+0
-0
csrc/cuda/knn_kernel.cu
csrc/cuda/knn_kernel.cu
+0
-0
No files found.
.coveragerc
View file @
193136fd
...
...
@@ -3,5 +3,6 @@ source=torch_cluster
[report]
exclude_lines =
pragma: no cover
cuda
torch.jit.script
raise
except
LICENSE
View file @
193136fd
Copyright (c) 20
19
Matthias Fey <matthias.fey@tu-dortmund.de>
Copyright (c) 20
20
Matthias Fey <matthias.fey@tu-dortmund.de>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
MANIFEST.in
View file @
193136fd
include README.md
include LICENSE
recursive-include cpu *
recursive-include cuda *
recursive-exclude test *
recursive-include csrc *
cpu/compat.h
→
csrc/
cpu/compat.h
View file @
193136fd
File moved
cpu/fps.cpp
→
csrc/
cpu/fps.cpp
View file @
193136fd
File moved
cpu/graclus.cpp
→
csrc/
cpu/graclus.cpp
View file @
193136fd
File moved
cpu/grid.cpp
→
csrc/
cpu/grid.cpp
View file @
193136fd
File moved
cpu/rw.cpp
→
csrc/
cpu/rw.cpp
View file @
193136fd
File moved
cpu/sampler.cpp
→
csrc/
cpu/sampler.cpp
View file @
193136fd
File moved
cpu/utils.h
→
csrc/
cpu/utils.h
View file @
193136fd
File moved
cuda/coloring.cuh
→
csrc/
cuda/coloring.cuh
View file @
193136fd
File moved
cuda/compat.cuh
→
csrc/
cuda/compat.cuh
View file @
193136fd
File moved
cuda/fps.cpp
→
csrc/
cuda/fps.cpp
View file @
193136fd
File moved
cuda/fps_kernel.cu
→
csrc/
cuda/fps_kernel.cu
View file @
193136fd
File moved
cuda/graclus.cpp
→
csrc/
cuda/graclus.cpp
View file @
193136fd
File moved
cuda/graclus_kernel.cu
→
csrc/
cuda/graclus_kernel.cu
View file @
193136fd
File moved
cuda/grid.cpp
→
csrc/
cuda/grid.cpp
View file @
193136fd
File moved
cuda/grid_kernel.cu
→
csrc/
cuda/grid_kernel.cu
View file @
193136fd
File moved
cuda/knn.cpp
→
csrc/
cuda/knn.cpp
View file @
193136fd
File moved
cuda/knn_kernel.cu
→
csrc/
cuda/knn_kernel.cu
View file @
193136fd
File moved
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment