0

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:

https://github.com/triton-inference-server/onnxruntime_backend/search?q=kOpenVINOExecutionAccelerator

I'm quite new to cmake, is this some kind of cmake trick?

Francois
  • 852
  • 6
  • 17

1 Answers1

1

It's in the Triton Inference Server Backend here.

krisz
  • 2,686
  • 2
  • 11
  • 18