We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24b836 commit 7b0aa73Copy full SHA for 7b0aa73
CMakeLists.txt
@@ -15,7 +15,7 @@ endif()
15
find_package(Python3 COMPONENTS Development)
16
find_package(Torch REQUIRED)
17
18
-file(GLOB HEADERS csrc/scatter.h)
+file(GLOB HEADERS csrc/*.h)
19
file(GLOB OPERATOR_SOURCES csrc/cpu/*.h csrc/cpu/*.cpp csrc/*.cpp)
20
if(WITH_CUDA)
21
file(GLOB OPERATOR_SOURCES ${OPERATOR_SOURCES} csrc/cuda/*.h csrc/cuda/*.cu)
0 commit comments