Can you do auto-tuning in C++?

Hi everyone,

So far, I have done auto-tuning using the Python API. I was wondering if it is possible to call the auto-tuner from C++ and if there are some examples on how to do this.

I appreciate any help you can provide on this issue.

The autotvm is a python only API, even though it does call into a lot of native code.

1 Like

I think if we could implement it in C++, we could boost auto tvm tuning speed.

2 Likes