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.
2 parents 041a65a + 444fbf0 commit a79a486Copy full SHA for a79a486
extension/named_data_map/targets.bzl
@@ -15,7 +15,7 @@ def define_common_targets():
15
"@EXECUTORCH_CLIENTS",
16
],
17
deps = [
18
- "//executorch/runtime/core:named_data_map",
+ "//executorch/runtime/core:named_data_map" + aten_suffix,
19
"//executorch/runtime/core:core",
20
21
)
0 commit comments