Skip to content

Commit 6a0d2cb

Browse files
committed
fix: Windows build
1 parent 904b4e2 commit 6a0d2cb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llama/toolchains/llvm.win32.host-x64.target-x64.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,3 @@ set(arch_c_flags "-march=native")
1818

1919
set(CMAKE_C_FLAGS_INIT "${arch_c_flags}")
2020
set(CMAKE_CXX_FLAGS_INIT "${arch_c_flags}")
21-
22-
# Set the CUDA flags to use the same compiler as the C compiler
23-
get_filename_component(C_COMPILER_DIR "${CMAKE_C_COMPILER}" DIRECTORY)
24-
set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} --compiler-bindir=${C_COMPILER_DIR}")

0 commit comments

Comments
 (0)