File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ libcustom_ops.a,\
57
57
58
58
FRAMEWORK_KERNELS_OPTIMIZED=" kernels_optimized:\
59
59
liboptimized_kernels.a,\
60
- liboptimized_ops_lib .a,\
60
+ liboptimized_native_cpu_ops_lib .a,\
61
61
:"
62
62
63
63
FRAMEWORK_KERNELS_PORTABLE=" kernels_portable:\
Original file line number Diff line number Diff line change 925
925
MARKETING_VERSION = 1.0;
926
926
OTHER_LDFLAGS = "";
927
927
"OTHER_LDFLAGS[sdk=iphoneos*]" = (
928
+ "-force_load",
929
+ "$(BUILT_PRODUCTS_DIR)/libkernels_optimized-ios-release.a",
928
930
"-force_load",
929
931
"$(BUILT_PRODUCTS_DIR)/libkernels_portable-ios-release.a",
930
932
"-force_load",
939
941
"$(BUILT_PRODUCTS_DIR)/libbackend_mps-ios-release.a",
940
942
);
941
943
"OTHER_LDFLAGS[sdk=iphonesimulator*]" = (
944
+ "-force_load",
945
+ "$(BUILT_PRODUCTS_DIR)/libkernels_optimized-simulator-release.a",
942
946
"-force_load",
943
947
"$(BUILT_PRODUCTS_DIR)/libkernels_portable-simulator-release.a",
944
948
"-force_load",
1096
1100
);
1097
1101
MARKETING_VERSION = 1.0;
1098
1102
"OTHER_LDFLAGS[sdk=iphoneos*]" = (
1103
+ "-force_load",
1104
+ "$(BUILT_PRODUCTS_DIR)/libkernels_optimized-ios-debug.a",
1099
1105
"-force_load",
1100
1106
"$(BUILT_PRODUCTS_DIR)/libkernels_portable-ios-debug.a",
1101
1107
"-force_load",
1110
1116
"$(BUILT_PRODUCTS_DIR)/libbackend_mps-ios-debug.a",
1111
1117
);
1112
1118
"OTHER_LDFLAGS[sdk=iphonesimulator*]" = (
1119
+ "-force_load",
1120
+ "$(BUILT_PRODUCTS_DIR)/libkernels_optimized-simulator-debug.a",
1113
1121
"-force_load",
1114
1122
"$(BUILT_PRODUCTS_DIR)/libkernels_portable-simulator-debug.a",
1115
1123
"-force_load",
You can’t perform that action at this time.
0 commit comments