"vscode:/vscode.git/clone" did not exist on "ad61a9a55092849111e4e7277942879fb82c9ed7"
Unverified Commit 720cd308 authored by EduardDurech's avatar EduardDurech Committed by GitHub
Browse files

Add `CMakeLists.txt` binary_dir (#7019)

parent ce67b2d5
......@@ -330,7 +330,10 @@ endif()
set(MSCCLPP_USE_CUDA ON)
set(MSCCLPP_BYPASS_GPU_CHECK ON)
set(MSCCLPP_BUILD_TESTS OFF)
add_subdirectory(${repo-mscclpp_SOURCE_DIR})
add_subdirectory(
${repo-mscclpp_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}/mscclpp-build
)
target_link_libraries(common_ops PRIVATE ${TORCH_LIBRARIES} c10 cuda cublas cublasLt mscclpp_static)
# flash attention
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment