server icon indicating copy to clipboard operation
server copied to clipboard

added support to intel gpu in a custom build

Open dtrawins opened this issue 1 year ago • 3 comments

Additional build flag --enable-intel-gpu which includes in the docker image required runtime drivers for Intel GPU Related to https://github.com/triton-inference-server/openvino_backend/pull/74/files

dtrawins avatar Mar 27 '24 14:03 dtrawins

Don't we need to modify OpenVINO backend as well? I believe we were not installing openVINO GPU plugin. Are we now supporting both discrete and integrated GPUs in Triton OpenVINO backend?

tanmayv25 avatar Apr 30 '24 00:04 tanmayv25

Agree, looks like at least this place need to be updated https://github.com/triton-inference-server/openvino_backend/blob/main/CMakeLists.txt#L213 (not sure why custom plugins.xml is required?)

ilya-lavrenov avatar Apr 30 '24 08:04 ilya-lavrenov

@tanmayv25 Related change in the openvino_backend is included in https://github.com/triton-inference-server/openvino_backend/pull/74/files Merge is pending your review for this PR. If you are ok with this approach, the first step would be merging the support in the backend.

dtrawins avatar Apr 30 '24 23:04 dtrawins