srkreddy1238 commented on PR #13837: URL: https://github.com/apache/tvm/pull/13837#issuecomment-1403324619
@echuraev thanks for a quick review. CMAKE options are taken from CLML SDK release. Let me relook for 32bit support and other options. I thought about clml [runtime](https://github.com/apache/tvm/blob/main/src/runtime/contrib/clml/clml_runtime.cc) reuse. This require separating current clml_runtime into two parts one with TVM code (all json runtime and tvm dependencies) and other with only CLML SDK interface (no tvm dependencies here). Then we can simplify clml_runner.cc to use the above interface which is common. Too much of redesign now, probably I will take another pass for this later. -- 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]
