Skip to content

Commit

Permalink
fix a typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
taoleicn committed May 19, 2021
1 parent 1e5d2b0 commit 4eefcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sru/csrc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ target_link_libraries(sru_cpu "${TORCH_LIBRARIES}")
message(STATUS " CMAKE_PREFIX_PATH: ${CMAKE_PREFIX_PATH}")
message(STATUS " TORCH LIBS: ${TORCH_LIBRARIES}")

# Define sru_cpu and link against LibTorch
# Define sru_gpu and link against LibTorch
find_package(CUDA)
if (CUDA_FOUND)
# When libtorch is built with the old GCC ABI, dependent libraries must too.
Expand Down

0 comments on commit 4eefcc0

Please sign in to comment.