We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ac4de commit 3634467Copy full SHA for 3634467
extension/llm/runner/targets.bzl
@@ -25,7 +25,7 @@ def define_common_targets():
25
aten_suffix = "_aten" if aten else ""
26
27
runtime.cxx_library(
28
- name = "stats",
+ name = "stats" + aten_suffix,
29
exported_headers = [
30
"stats.h",
31
"util.h",
0 commit comments