mehrdadh commented on code in PR #12416:
URL: https://github.com/apache/tvm/pull/12416#discussion_r947069686


##########
apps/wasm-standalone/wasm-graph/tools/build_graph_lib.py:
##########
@@ -72,7 +72,7 @@ def build_graph_lib(opt_level):
     shape_dict = {input_name: img_data.shape}
 
     mod, params = relay.frontend.from_onnx(onnx_model, shape_dict)
-    target = "llvm -mtriple=wasm32-unknown-unknown -mattr=+simd128 
--system-lib"
+    target = "llvm -mtriple=wasm32-unknown-unknown -mattr=+simd128"

Review Comment:
   I double checked places that I removed and added to the executor as needed. 
Please let me know if I missed anything
   



-- 
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]

Reply via email to