Tianqi Chen
Tianqi Chen
in this case, seems you didn't specify TVM_NDK_CC env variable to the right compiler
In this case it was looking for `llvm-ar`, please check if you have llvm-ar in that path If you can list files under `%ANDROID_NDK%/toolchains/llvm/prebuilt/windows-x86_64/bin` that would be helpful to see...
Thanks @Nikhil34712 , do you mind go into file ndk.py as indicated in the error message and print out the cmd. See there is a `subprocess.Popen`, you can try to...
Given that we are migrating toward meta-schedule and may phase out auto-scheduler, i would suggest we bring new xhanges to that path.
We need to be careful with FFI updates. As of now, TIR function mostly relies on destination passing, so not involving too much heap allocations. For the return value in...
Object system is not necessarily tied to c++ from the ABI level (you can view the deleter etc in the layout), the main complexity here is that the return value...
The `std::atomic` part is not too hard, since we can use the C counterpart. Still think it is something we should think a bit, since returning string from low-level is...
@Lunderberg need rebase
moved toward https://github.com/apache/tvm/pull/17626
thanks @guillon feel fre to send a PR