Skip to content

Commit

Permalink
Move bytom/cutil to 3rdparty directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanjiang Yu committed Feb 8, 2019
1 parent 55d8892 commit 9d89af6
Show file tree
Hide file tree
Showing 31 changed files with 2 additions and 2,744 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ endif()
# message(" Nvidia CUDA toolkit 9.1 or later required (https://developer.nvidia.com/cuda-downloads).")
# message(" https://github.com/Bytom/bytom need to be cloned to $GOPATH/src")
# message(" If you want to update the prebuild libGpuTs.a,")
# message(" you can copy it from ${CMAKE_BINARY_DIR}/src/bytom/cutil/src to ${PROJECT_SOURCE_DIR}/prebuild/bytom")
# message(" you can copy it from ${CMAKE_BINARY_DIR}/3rdparty/bytom/cutil/src to ${PROJECT_SOURCE_DIR}/prebuild/bytom")
#
# set(GPUTS_LIBRARY GpuTs)
# else()
Expand Down Expand Up @@ -386,7 +386,7 @@ add_subdirectory(3rdparty/libsph)

if(USE_CUDA)
set(USE_CUDA_INCLUDE_DIRECTORY ${CUDA_INCLUDE_DIRECTORIES})
add_subdirectory(src/bytom/cutil)
add_subdirectory(3rdparty/bytom/cutil)
set(USE_CUDA_LIBRARIES GpuTs ${CUDA_LIBRARIES} ${CUDA_CUBLAS_LIBRARIES})
else()
add_definitions(-DNO_CUDA)
Expand Down
Binary file removed src/bytom/cutil/src/BytomPoWGpu.o
Binary file not shown.
Binary file removed src/bytom/cutil/src/GpuTs.o
Binary file not shown.
330 changes: 0 additions & 330 deletions src/bytom/cutil/src/build/CMakeCache.txt

This file was deleted.

Loading

0 comments on commit 9d89af6

Please sign in to comment.