Skip to content

Commit d9d521b

Browse files
committed
[Fix] Ensure template inlining for Android (#9)
1 parent 6a09462 commit d9d521b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/t_mac/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"build_func": "ndk",
3838
"timeout": 600,
3939
},
40-
"cc_opts": ["-O3", "-march=armv8.2a+fp16"],
40+
"cc_opts": ["-O3", "-march=armv8.2a+fp16", "-mllvm", "-inline-threshold=10000"],
4141
"out_dtype": "float16",
4242
"aggregation_dtype": "int32",
4343
},

0 commit comments

Comments
 (0)