There was an error while loading. Please reload this page.
1 parent aa88afe commit 05413c2Copy full SHA for 05413c2
1 file changed
arch_config/arch_select.bzl
@@ -165,6 +165,7 @@ def flashinfer_deps():
165
native.alias(
166
name = "flashinfer",
167
actual = select({
168
+ "@rtp_llm//:using_cuda13_arm": "@flashinfer_cpp_cu13//:flashinfer",
169
"@rtp_llm//:using_cuda13_x86": "@flashinfer_cpp_cu13//:flashinfer",
170
"//conditions:default": "@flashinfer_cpp//:flashinfer",
171
})
0 commit comments