v2: add EmbeddingKernels to Metal compilation pipeline
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ let package = Package(
|
||||
targets: [
|
||||
.target(
|
||||
name: "MarkBase",
|
||||
exclude: ["Metal/MetalKernels.metal", "Metal/OptimizedKernels.metal", "Metal/FusionKernels.metal", "Metal/MetalKernels.metallib", "Metal/metallib"],
|
||||
exclude: ["Metal/MetalKernels.metal", "Metal/OptimizedKernels.metal", "Metal/FusionKernels.metal", "Metal/EmbeddingKernels.metal", "Metal/MetalKernels.metallib", "Metal/metallib"],
|
||||
linkerSettings: [
|
||||
.linkedFramework("Metal"),
|
||||
.linkedFramework("Foundation"),
|
||||
|
||||
Reference in New Issue
Block a user