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-sparse
Commits
32edc876
"src/vscode:/vscode.git/clone" did not exist on "e3ddbe25edeadaa5afc3f8f5bb0d645098a8b26a"
Commit
32edc876
authored
Jul 10, 2020
by
rusty1s
Browse files
Clean up
parent
c8335ddd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
CMakeLists.txt
CMakeLists.txt
+4
-6
No files found.
CMakeLists.txt
View file @
32edc876
...
@@ -13,7 +13,7 @@ endif()
...
@@ -13,7 +13,7 @@ endif()
find_package
(
Python3 COMPONENTS Development
)
find_package
(
Python3 COMPONENTS Development
)
find_package
(
Torch REQUIRED
)
find_package
(
Torch REQUIRED
)
#file(GLOB HEADERS csrc/s
catter
.h)
#file(GLOB HEADERS csrc/s
parse
.h)
file
(
GLOB OPERATOR_SOURCES csrc/cpu/*.h csrc/cpu/*.cpp csrc/*.cpp
)
file
(
GLOB OPERATOR_SOURCES csrc/cpu/*.h csrc/cpu/*.cpp csrc/*.cpp
)
if
(
WITH_CUDA
)
if
(
WITH_CUDA
)
file
(
GLOB OPERATOR_SOURCES
${
OPERATOR_SOURCES
}
csrc/cuda/*.h csrc/cuda/*.cu
)
file
(
GLOB OPERATOR_SOURCES
${
OPERATOR_SOURCES
}
csrc/cuda/*.h csrc/cuda/*.cu
)
...
@@ -56,15 +56,13 @@ install(EXPORT TorchSparseTargets
...
@@ -56,15 +56,13 @@ install(EXPORT TorchSparseTargets
install
(
FILES
${
HEADERS
}
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/
${
PROJECT_NAME
}
)
install
(
FILES
${
HEADERS
}
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/
${
PROJECT_NAME
}
)
install
(
FILES
install
(
FILES
csrc/cpu/convert_cpu.h
csrc/cpu/convert_cpu.h
csrc/cpu/diag_cpu.h
csrc/cpu/metis_cpu.h
csrc/cpu/metis_cpu.h
csrc/cpu/rw_cpu.h
csrc/cpu/rw_cpu.h
csrc/cpu/sample_cpu.h
csrc/cpu/spspmm_cpu.h
csrc/cpu/diag_cpu.h
csrc/cpu/reducer.h
csrc/cpu/saint_cpu.h
csrc/cpu/saint_cpu.h
csrc/cpu/sample_cpu.h
csrc/cpu/spmm_cpu.h
csrc/cpu/spmm_cpu.h
csrc/cpu/
utils
.h
csrc/cpu/
spspmm_cpu
.h
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/
${
PROJECT_NAME
}
/cpu
)
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/
${
PROJECT_NAME
}
/cpu
)
if
(
WITH_CUDA
)
if
(
WITH_CUDA
)
install
(
FILES
install
(
FILES
...
...
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