srkreddy1238 commented on PR #14010: URL: https://github.com/apache/tvm/pull/14010#issuecomment-1433460421
Adreno currently share ```OpenCL``` target, we probably should consider defining an exclusive ```Target``` for Adreno to support customizations. I like the idea of tvmc directly supporting ```--mixed-precision``` kind of options for these target independent preprocess. The target dependents definitely can go to target options. Current requirement of ```mixed-precision``` can definitely be used across all targets. Not sure about ```tvmc``` accommodating preprocessing needs that arise from vendors in future which are not critical for Targets but developer friendly. Coming to post build hooks, the intension here is to accommodate altering the compiled library module. One of the use case being importing additional modules before export/save. Any thoughts here ? -- 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]
