Junru Shao
Junru Shao
> @tkonolige I tested it, and had the same behavior. I was able to get better error messages by changing [this line](https://github.com/Lunderberg/tvm/blob/main/src/meta_schedule/utils.h#L292) from `tir::ScheduleErrorRenderLevel::kNone` to `tir::ScheduleErrorRenderLevel::kDetail`, and it looks like...
Likely nvcc is not used in the CI
I don't have much idea how to do such a check if we want to condition whether or not NVCC is used, but it seems possible if we want to...
Let's split this PR into 2: - The infrastructure change - Printer to Var and Type
Yes, I got it fixed. Thank you for spotting this!
CC @zxybazh would you like to review this PR? Thanks a lot!
metaschedule @junrushao arith @junrushao tir @junrushao tvmscript @junrushao te @junrushao relax @junrushao unity @junrushao
@AndrewZhaoLuo TVMScript is tested to support python 3.6-3.10, the part that doesn’t support python 3.9 is the legacy hybrid script. We need to migrate them to TVMScript
Interesting. Some symbols being missing might mean there's some misconfiguration of the compilation process. Would you mind sharing how you compiled the shared library?
Either options work for me. Personally I hit lots of pain switching synr version in-between branches, and frontend development (e.g. @shingjan’s recent PR) needs to update both sides and keep...