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 bd96bf7 commit ad1ee84Copy full SHA for ad1ee84
CMakeLists.txt
@@ -61,8 +61,8 @@ install(FILES
61
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}/cpu)
62
if(WITH_CUDA)
63
install(FILES
64
- csrc/cpu/scatter_cuda.h
65
- csrc/cpu/segment_coo_cuda.h
66
- csrc/cpu/segment_csr_cuda.h
+ csrc/cuda/scatter_cuda.h
+ csrc/cuda/segment_coo_cuda.h
+ csrc/cuda/segment_csr_cuda.h
67
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}/cuda)
68
endif()
0 commit comments