[Apache TVM Discuss] [Application] Will TVM support JAX?

2022-06-15 Thread masahi via Apache TVM Discuss
I think that would be an interesting project, and something that is entirely feasible. But personally, since developing a frontend requires significant effort, we have good support for PyTorch, and PyTorch is increasing adding JAX-inspired feature, I'd rather improve our support for PyTorch.

[Apache TVM Discuss] [Questions] [BYOC] How backwards compatible does the TensorRT partition_for_tensorrt function need to be?

2022-06-15 Thread Mark Shields via Apache TVM Discuss
Thanks Cody. It looks like the API will be: ``` trt_target = tvm.target.Target("tensorrt -use_fp16=True -implicit_batch_mode=False") mod = partition_for_tensorrt(mod, params=params, target=trt_target) exe = vm.compile(mod, target=["cuda", trt_target], params=params) ``` (and similarly for

[Apache TVM Discuss] [Application] Will TVM support JAX?

2022-06-15 Thread Yuan via Apache TVM Discuss
Google JAX model relay build, will TVM support it in the future? --- [Visit Topic](https://discuss.tvm.apache.org/t/will-tvm-support-jax/12962/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.a

[Apache TVM Discuss] [Application] [SOLVED] C++ inference test app doesn't work correctly

2022-06-15 Thread Temirlanzzz via Apache TVM Discuss
Hello, I had encountered the same problem (cv::dnn has not been declared). Have you found a solution? --- [Visit Topic](https://discuss.tvm.apache.org/t/solved-c-inference-test-app-doesnt-work-correctly/984/19) to respond. You are receiving this because you enabled mailing list mode. To