"vscode:/vscode.git/clone" did not exist on "0f7919fca05d7cf60b773da26d898b72bc07a089"
Commit 8301427e authored by zhuwenwen's avatar zhuwenwen
Browse files

fix ninja: error: dependency cycle: , -> ,

parent 51ede96d
...@@ -955,7 +955,7 @@ target_compile_definitions(_C PRIVATE CUTLASS_ENABLE_DIRECT_CUDA_DRIVER_CALL=1) ...@@ -955,7 +955,7 @@ target_compile_definitions(_C PRIVATE CUTLASS_ENABLE_DIRECT_CUDA_DRIVER_CALL=1)
set(VLLM_MOE_EXT_SRC set(VLLM_MOE_EXT_SRC
"csrc/moe/torch_bindings.cpp" "csrc/moe/torch_bindings.cpp"
"csrc/moe/moe_align_sum_kernels.cu" "csrc/moe/moe_align_sum_kernels.cu"
"csrc/moe/topk_softmax_kernels.cu", "csrc/moe/topk_softmax_kernels.cu"
"csrc/moe/moe_fused_gate.cu") "csrc/moe/moe_fused_gate.cu")
if(VLLM_GPU_LANG STREQUAL "CUDA") if(VLLM_GPU_LANG STREQUAL "CUDA")
......
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