[UMA] How to add extra includes & libraries?

Hi, I am continuing my progress with UMA, after being able to compile and run a model imported from keras for the vanilla accelerator. Now I would like to start calling into my own driver, which is built separately. How can compile models that calls my driver?

1 Like

Found it reading the sources, it was pretty easy to read and understandable.

So it is very clear now that I can add external libraries by creating my own makefile and pass extra includes to either the backend registration script or the runner.

This post can be closed and marked as answered

1 Like