8000 cuda: set cuda compiler path (#13527) by lizhenneng · Pull Request #13528 · ggml-org/llama.cpp · GitHub
[go: up one dir, main page]

Skip to content

cuda: set cuda compiler path (#13527) #13528

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
cuda: set cuda compiler path (#13527)
Signed-off-by: lizhenneng <lizhenneng@kylinos.cn>
  • Loading branch information
lizhenneng committed May 14, 2025
commit 2b1b1253ab5f52a6af4351f7f64f60b23b364581
1 change: 1 addition & 0 deletions ggml/src/ggml-cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ if (CUDAToolkit_FOUND)
endif()
message(STATUS "Using CUDA architectures: ${CMAKE_CUDA_ARCHITECTURES}")

set(CMAKE_CUDA_COMPILER ${CUDAToolkit_NVCC_EXECUTABLE})
enable_language(CUDA)

file(GLOB GGML_HEADERS_CUDA "*.cuh")
Expand Down
0