Hi All,
We are looking to make a backend for our accelerator using XLA.
This question is more of a set up question rather then a theoretical question. To add a new plugin, so far I made a new folder in the compiler/plugin dir for my backend and copied all the files from the compiler/xla/service/cpu (as a starting point). I am no so familiar with bazel (I come from a hardware design background) so I was wondering if anyone has integrated a new backend to XLA and would give me some pointers on which BUILD files to touch so that I can integrate my plugin to XLA.
Thanks,