jinfagang commented on issue #11122: URL: https://github.com/apache/tvm/issues/11122#issuecomment-1109399626
@masahi thanks, I have gened the lib with llvm config: ``` llvm arm64 -mtriple=iphoneos-apple-darwin ``` And all te build operations using dtype = fp16, the inference memory actually shrined down, but the .a size and speed are not expected. So it actually gened fp16 .so, but somehow the .a is bigger which I can not figure out, it doesn't make sense. And the speed slower. Does there any examples on how to exactly gen fp16 .so or .a on iPhone 12? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
