VTA high-level instruction field

I am currently working on using TVM-VTA to develop new hardware accelerators. On your VTA paper and homepage, I could find the high level instruction of VTA(LOAD, STORE, GEMM, ALU) but how can I find where those instructions are given from TVM to VTA? Also, can I use those instructions and give instructions to VTA in binary codes? Thank you :slight_smile:

1 Like

Hi, can you let me know where the instructions are given from TVM to VTA if you have figured it out? Thanks