Issue
I am trying to add a new accelerator to the Nvidia Triton inference server.
One of the last thing I need to do it add a new constant like this one (kOpenVINOExecutionAccelerator
) but for some reason I cannot find where it is defined:
I'm quite new to cmake, is this some kind of cmake trick?
Solution
It's in the Triton Inference Server Backend here.
Answered By - krisz Answer Checked By - Mildred Charles (WPSolving Admin)