Skip to content

Commit bfd4e20

Browse files
pieternRob Kunkle
authored and
Rob Kunkle
committed
Install THC/THCGeneral.hpp (pytorch#9159)
Summary: This file was added in pytorch#9107 but wasn't installed. The libraries in ./torch/lib use the headers from Caffe2/ATen from their temporary install path at torch/lib/tmp_install, and c10d was not able to find THC/THCGeneral.hpp before this fix. Closes pytorch#9159 Reviewed By: Yangqing Differential Revision: D8731107 Pulled By: pietern fbshipit-source-id: d6009f6f6e8e6e0f37dea24cc4c3570736943ab1
1 parent 8c233c7 commit bfd4e20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aten/src/THC/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ set(ATen_CUDA_SRCS ${ATen_CUDA_SRCS}
5959
INSTALL(FILES
6060
THC.h
6161
${CMAKE_CURRENT_BINARY_DIR}/THCGeneral.h
62+
THCGeneral.hpp
6263
THCBlas.h
6364
THCSleep.h
6465
THCStorage.h

0 commit comments

Comments
 (0)