[Apache TVM Discuss] [Questions] InferBound error

2021-07-04 Thread Swift.Sun via Apache TVM Discuss
log: Check failed: (found_attach || stage_attach.size() == 0) is false: Invalid Schedule, cannot find the producer compute(data_pad, body=[tir.if_then_else(i1 >= 1) && (i1 < 2)) && (i2 >= 1)) && (i2 < 513)), data[i0, (i1 - 1), (i2 - 1), i3], 0f)], axis=[iter_var(i0, range(min=0, ext=1)),

[Apache TVM Discuss] [Questions] Using LLVM Target for RISCV (incompatibility error)

2021-07-04 Thread Rayen Dhahri via Apache TVM Discuss
Hello everyone, I was trying to create a custom target (as a part of a thesis) > self.target = tvm.target.Target( > "llvm -mcpu=rv32gc --mtriple=riscv32-unknown-elf --system-lib > --runtime=c -mfloat-abi=hard"). Using LLVM backend that generated 2 object files that I linked to

[Apache TVM Discuss] [Questions] How to manually controll CPU affinity in multithreading scenario?

2021-07-04 Thread Xiu Zhiping via Apache TVM Discuss
Thanks @FrozenGene, is there a plan to add this in the future? I think this could be a useful function to add. --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-manually-controll-cpu-affinity-in-multithreading-scenario/10348/5) to respond. You are receiving this because you enabl