Skip to content

Commit 05413c2

Browse files
committed
fix(build): align CUDA13 ARM FlashInfer variant
1 parent aa88afe commit 05413c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch_config/arch_select.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def flashinfer_deps():
165165
native.alias(
166166
name = "flashinfer",
167167
actual = select({
168+
"@rtp_llm//:using_cuda13_arm": "@flashinfer_cpp_cu13//:flashinfer",
168169
"@rtp_llm//:using_cuda13_x86": "@flashinfer_cpp_cu13//:flashinfer",
169170
"//conditions:default": "@flashinfer_cpp//:flashinfer",
170171
})

0 commit comments

Comments
 (0)