apache / tvm

Open deep learning compiler stack for cpu, gpu and specialized accelerators
https://tvm.apache.org/
Apache License 2.0
11.81k stars 3.48k forks source link

[TEST][CLML] Clip test case updated #17517

Closed srkreddy1238 closed 1 week ago

srkreddy1238 commented 1 week ago

Missing test case for Clip op

tqchen commented 1 week ago

as we move towards phasing out relay, would be good to also bring our effort there. One recent example of BYOC is android nn api https://github.com/apache/tvm/pull/17385, The relax infra will likely help us to reduce the overall dependencies and make things more modular, we can also implement more variant of byoc through python first approach

srkreddy1238 commented 1 week ago

Sure. We are making progress with migrating/porting Adreno specific components to Relax.