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
adc8be24
Commit
adc8be24
authored
May 18, 2022
by
rusty1s
Browse files
add all headers
parent
79cffd57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
adc8be24
...
...
@@ -19,7 +19,7 @@ if (WITH_PYTHON)
endif
()
find_package
(
Torch REQUIRED
)
file
(
GLOB HEADERS csrc/
sparse
.h
)
file
(
GLOB HEADERS csrc/
*
.h
)
file
(
GLOB OPERATOR_SOURCES csrc/*.* csrc/cpu/*.*
)
if
(
WITH_CUDA
)
file
(
GLOB OPERATOR_SOURCES
${
OPERATOR_SOURCES
}
csrc/cuda/*.h csrc/cuda/*.cu
)
...
...
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