Jiawei Liu
Jiawei Liu
Hey @JoeKlimcak . Have u got a solution to this? I got the same problem even though I tried to install this with brew. My CMakeLists.txt: ```cmake cmake_minimum_required(VERSION 3.14) project(test)...
Great news! Just need to carefully check the installation documents as well. For example, update "C++ 14" to "C++ 17" in https://github.com/apache/tvm/blob/fbb7b5d1a0d82acb1f581dd2ec362b4dcad2638e/docs/install/from_source.rst In the meantime, it might be better to...
Is there any other platform that allows us to place some files in public?
@kevinch-nv Hi Kevin, do you want to take a look? Thanks.
@zerollzeng @kevinch-nv Could you help review this PR? :-)
Both work for me. Just want to help the community notice this bug. :-)
@zerollzeng Yes, your observation is right. This will be helpful for `float16` and `double`. Another thing I found is that PyTorch will support those data types though ONNX spec does...
> I'm curious why onnx checker doesn't report errors on this while the onnxruntime throws the error and refused to execute it. IMHO, ONNX checker only performs very relaxed checking,...
CLA signed. Sorry about the delay.
> @ganler if the ONNX checker is not failing for an invalid model, you can file an issue in github.com/onnx/onnx about that. I see. Thank you for the suggestion. But...