Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added support to intel gpu in a custom build #7047

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dtrawins
Copy link

@dtrawins dtrawins commented Mar 27, 2024

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 dtrawins marked this pull request as ready for review April 9, 2024 12:16
@tanmayv25
Copy link
Contributor

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?

@ilya-lavrenov
Copy link

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?)

@dtrawins
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants