Skip to content

Commit f53ea51

Browse files
authored
build: fix CI CUDA build (#620)
1 parent 72046e5 commit f53ea51

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/blog/v3.19-gemma-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Gemma 4 is here!
3-
date: 2026-06-29T18:00:00Z
3+
date: 2026-06-30T00:00:00Z
44
lastUpdated: false
55
author:
66
name: Gilad S.

llama/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ if (NLC_CI_MODE AND GGML_CUDA AND NOT DEFINED CMAKE_CUDA_ARCHITECTURES AND NOT N
102102
list(APPEND CMAKE_CUDA_ARCHITECTURES 121a-real)
103103
endif()
104104

105-
# Remove `90-virtual` due to low usage and because it inflates the binary size too much
105+
# Remove these architectures due to low usage in CUDA 12 and because it inflates the binary size too much
106+
list(REMOVE_ITEM CMAKE_CUDA_ARCHITECTURES 89-real)
106107
list(REMOVE_ITEM CMAKE_CUDA_ARCHITECTURES 90-virtual)
107108
message(STATUS "CUDAToolkit version: ${CUDAToolkit_VERSION}, setting CMAKE_CUDA_ARCHITECTURES to ${CMAKE_CUDA_ARCHITECTURES}")
108109
endif()

0 commit comments

Comments
 (0)