Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Intel GPUs and OVMS: A winning combination for deep learning efficiency

February 14, 2024
Rashmi Panchamukhi Sean Pryor
Related topics:
Artificial intelligenceData science
Related products:
Red Hat OpenShift AI

    Graphics Processing Units (GPUs) have played a critical role in speeding up computational tasks in the rapidly developing fields of machine learning and artificial intelligence, especially in the areas of model training and inference. Although NVIDIA GPUs have historically dominated this market, Intel has become a strong contender with a range of GPUs made to handle a variety of workloads, including machine learning.

    The rise of Intel GPUs in machine learning

    Intel GPUs, developed by Intel Corporation, are a key component in Intel's strategy to provide comprehensive solutions for AI workloads. Designed to complement traditional Central Processing Units (CPUs), Intel GPUs bring parallel processing power to the table, enhancing the performance of machine learning tasks and paving the way for efficient model serving.

    Key objectives of Intel GPU integration

    The integration of Intel GPUs into the machine learning ecosystem aims to address several critical objectives:

    • Performance enhancement: Intel GPUs are engineered to deliver accelerated parallel processing, significantly boosting the speed and efficiency of model inference, a crucial aspect of deploying machine learning models in real-world applications.
    • Energy efficiency: With an emphasis on optimizing power consumption, Intel GPUs offer a balance between performance and energy efficiency, making them well-suited for a wide range of deployment scenarios, from cloud-based solutions to edge computing devices.
    • Diversification of options: As the demand for machine learning accelerates across industries, the availability of diverse GPU options becomes essential. Intel's presence in the GPU market provides users with alternatives, fostering competition and innovation.

    Using Intel GPUs in OpenVINO Model Server and the benefits

    OVMS is designed to optimize and accelerate the deployment of deep learning models on Intel hardware, including Intel CPUs, GPUs, and accelerators.

    Integration of Intel GPUs with OpenVINO Model Server (OVMS) brings about notable advantages in the realm of deep learning and artificial intelligence. By harnessing the capabilities of Intel GPUs, OVMS optimizes the inference process, unlocking benefits such as accelerated model performance, low latency for real-time applications, efficient parallel processing, and the support for distributed inference across multiple GPUs. This synergy enhances the overall efficiency and throughput of deep learning workloads, making the combination of Intel GPUs and OVMS a powerful solution for AI practitioners and developers.

    Use of Intel GPU in OpenVINO Model Server

    Accelerate  model inference

    Intel GPUs are leveraged within OVMS to accelerate the inference speed of deep learning models. While this acceleration is generally beneficial for real-time applications, it's important to note that the impact on latency depends on the size of the model. For larger models, the GPU acceleration significantly improves performance. However, for smaller models, there may be a tradeoff in terms of the time required to copy data to and from the GPU. Notably, Intel's Neural Compressor can shrink model requirements, potentially resulting in lower latency when the models reside on the CPU, especially for models under a certain size.

    Parallel processing power

    Intel GPUs excel in parallel processing, specifically accelerating matrix math operations essential for deep learning models. OVMS efficiently utilizes this parallelism to process multiple inference requests concurrently, enhancing overall throughput.

    Compatibility and integration

    OVMS is designed to seamlessly integrate with Intel GPUs, ensuring compatibility and optimized performance. This integration allows users to deploy models on Intel GPU infrastructure without significant modifications to their existing workflows.

    Distributed inference

    When Intel GPUs collaborate with OVMS for distributed inference, multiple OVMS instances on different nodes combine, unlocking the collective GPU power across the network. A single OVMS instance, limited to one hardware node, synergizes without GPUs directly working across the network. This approach efficiently handles large inference tasks, making the magic of multiple instances a key factor.

    Energy efficiency

    Intel GPUs often provide a balance between high-performance computing and energy efficiency. When deploying models with OVMS on Intel GPU hardware, organizations can benefit from improved performance per watt, contributing to overall energy efficiency in data center environments.

    Last updated: February 21, 2024

    Related Posts

    • Why GPUs are essential for AI and high-performance computing

    • Introduction to machine learning with Jupyter notebooks

    • Access the OpenAI ChatGPT API in Quarkus

    • What’s new in Red Hat Ansible Lightspeed with IBM watsonx Code Assistant

    • AI/ML pipelines using Open Data Hub and Kubeflow on Red Hat OpenShift

    • Uncover interesting test cases with AI/ML and Bunsen

    Recent Posts

    • Protect data offloaded to GPU-accelerated environments with OpenShift sandboxed containers

    • Case study: Measuring energy efficiency on the x64 platform

    • How to prevent AI inference stack silent failures

    • Preventing GPU waste: A guide to JIT checkpointing with Kubeflow Trainer on OpenShift AI

    • How to manage TLS certificates used by OpenShift GitOps operator

    What’s up next?

    Configure a Jupyter notebook to use GPUs for AI/ML modeling: In this learning path, walk through configuring a Jupyter notebook to use GPUs for AI/ML modeling. You will learn how to use PyTorch to examine GPU resources, then load and run a PyTorch model.

    Start learning
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.