Skip to content

Commit 3527bd7

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Update Swift PM manifest to include optimized ops. (#2668)
Summary: Pull Request resolved: #2668 bypass-github-export-checks Reviewed By: GregoryComer Differential Revision: D55342114 fbshipit-source-id: bee068f0500ac806d8dd6d19bced20598b47e19c
1 parent 20bf711 commit 3527bd7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.swift/optimized_backend/dummy.swift

Whitespace-only changes.

Package.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ let version = "0.1.0"
1414
let coreml_sha256 = "1f0432ee5782eab259ce9e3007415006be152c27ce530c1ef8a79bca940c6a32"
1515
let executorch_sha256 = "bf1ea573338bd30e90433bfb93db5d713aa7ecc351579ee7432f57fec329441b"
1616
let mps_sha256 = "df851be40444509f622ed155b787073aaba7643669eda36b6b3eb902e29b43a6"
17+
let optimized_sha256 = ""
1718
let portable_sha256 = "f183c5934491047b04130304466357959ae65e99b0b482a8a3372676ef817777"
1819
let quantized_sha256 = "bf79625d32161ac1892e172ec69e83a94b60ea400c8fa32bf4c4e85c7d338e8a"
1920
let xnnpack_sha256 = "85ab60d6a29fcebaf7aac1eb775ef96c1d87d1fa104458d0efdc681b7ea6b558"
@@ -69,6 +70,10 @@ let frameworks = [
6970
"MetalPerformanceShadersGraph",
7071
]
7172
),
73+
Framework(
74+
name: "optimized_backend",
75+
checksum: portable_sha256
76+
),
7277
Framework(
7378
name: "portable_backend",
7479
checksum: portable_sha256

0 commit comments

Comments
 (0)