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,\
5757
5858FRAMEWORK_KERNELS_OPTIMIZED=" kernels_optimized:\
5959liboptimized_kernels.a,\
60- liboptimized_ops_lib .a,\
60+ liboptimized_native_cpu_ops_lib .a,\
6161:"
6262
6363FRAMEWORK_KERNELS_PORTABLE=" kernels_portable:\
Original file line number Diff line number Diff line change 925925 MARKETING_VERSION = 1.0;
926926 OTHER_LDFLAGS = "";
927927 "OTHER_LDFLAGS[sdk=iphoneos*]" = (
928+ "-force_load",
929+ "$(BUILT_PRODUCTS_DIR)/libkernels_optimized-ios-release.a",
928930 "-force_load",
929931 "$(BUILT_PRODUCTS_DIR)/libkernels_portable-ios-release.a",
930932 "-force_load",
939941 "$(BUILT_PRODUCTS_DIR)/libbackend_mps-ios-release.a",
940942 );
941943 "OTHER_LDFLAGS[sdk=iphonesimulator*]" = (
944+ "-force_load",
945+ "$(BUILT_PRODUCTS_DIR)/libkernels_optimized-simulator-release.a",
942946 "-force_load",
943947 "$(BUILT_PRODUCTS_DIR)/libkernels_portable-simulator-release.a",
944948 "-force_load",
10961100 );
10971101 MARKETING_VERSION = 1.0;
10981102 "OTHER_LDFLAGS[sdk=iphoneos*]" = (
1103+ "-force_load",
1104+ "$(BUILT_PRODUCTS_DIR)/libkernels_optimized-ios-debug.a",
10991105 "-force_load",
11001106 "$(BUILT_PRODUCTS_DIR)/libkernels_portable-ios-debug.a",
11011107 "-force_load",
11101116 "$(BUILT_PRODUCTS_DIR)/libbackend_mps-ios-debug.a",
11111117 );
11121118 "OTHER_LDFLAGS[sdk=iphonesimulator*]" = (
1119+ "-force_load",
1120+ "$(BUILT_PRODUCTS_DIR)/libkernels_optimized-simulator-debug.a",
11131121 "-force_load",
11141122 "$(BUILT_PRODUCTS_DIR)/libkernels_portable-simulator-debug.a",
11151123 "-force_load",
You can’t perform that action at this time.
0 commit comments