Skip to content

Commit a05e382

Browse files
author
Github Executorch
committed
Update base for Update on "Fix optimized log_softmax along non-contiguous dim"
#8382 certainly didn't fix this problem (and added it on x86), but I don't think it was correct on ARM prior to that either. Added a regression test. Differential Revision: [D69928884](https://our.internmc.facebook.com/intern/diff/D69928884/) [ghstack-poisoned]
2 parents 2fff01a + 139be81 commit a05e382

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

extension/flat_tensor/serialize/targets.bzl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ def define_common_targets():
3939
name = "flat_tensor_header",
4040
srcs = ["flat_tensor_header.cpp"],
4141
exported_headers = ["flat_tensor_header.h"],
42-
visibility = ["//executorch/..."],
42+
visibility = [
43+
"//executorch/...",
44+
],
4345
exported_deps = ["//executorch/runtime/core:core"],
4446
)
4547

@@ -54,6 +56,7 @@ def define_common_targets():
5456
exported_headers = ["serialize.h"],
5557
visibility = [
5658
"//executorch/...",
59+
"@EXECUTORCH_CLIENTS",
5760
],
5861
exported_external_deps = ["flatbuffers-api"],
5962
)

0 commit comments

Comments
 (0)