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 56defdf commit 7e228eeCopy full SHA for 7e228ee
backends/xnnpack/runtime/XNNPACKBackend.h
@@ -1,7 +1,5 @@
1
#pragma once
2
3
-#include <executorch/runtime/platform/compiler.h>
4
-
5
namespace executorch::backends::xnnpack {
6
/// The key for the backend. This is used to register the backend, check
7
/// availability, and get/set options.
backends/xnnpack/targets.bzl
@@ -73,3 +73,13 @@ def define_common_targets():
73
# @lint-ignore BUCKLINT: Avoid `link_whole=True` (https://fburl.com/avoid-link-whole)
74
link_whole = True,
75
)
76
+
77
+ runtime.cxx_library(
78
+ name = "xnnpack_interface",
79
+ visibility = [
80
+ "@EXECUTORCH_CLIENTS",
81
+ ],
82
+ exported_headers = [
83
+ "runtime/XNNPACKBackend.h",
84
85
+ )
0 commit comments