How to read TVM code?

@superflu

  1. the lowered schedule will be compiled through LLVM and inserts call into the VTA JIT runtime. The compiled call is executed on the Pynq’s ARM cpu and calls the VTA runtime that performs the work offload onto the FPGA.
  2. right now no, but we can envision some architectural/ISA extensions that can include sigmoid function calls.
1 Like