Files
openvino/src/plugins/intel_gpu
hyunback kim a9cbccd829 Broadcast for post ops enable enable onednngemm (#16074)
* [GPU] Add data broadcasting for OneDNN binary ops for Gemm primitive
* Based on https://github.com/openvinotoolkit/openvino/pull/15790 and enable onednn gemm from support multiple users and non constant input.

--------

Signed-off-by: hyunback <hyunback.kim@intel.com>
Co-authored-by: Sergey Shlyapnikov <sergey.shlyapnikov@intel.com>
2023-03-08 13:55:51 +09:00
..

OpenVINO Intel GPU Plugin

GPU plugin in OpenVINO toolkit supports inference on Intel® GPUs starting from Gen8 architecture.

Key Contacts

Please contact a member of openvino-ie-gpu-maintainers group, for assistance regarding GPU.

Components

GPU Plugin contains the following components:

  • docs - developer documentation pages for the component.
  • include - public API.
  • src - sources of the component.
  • tests - tests for OpenVINO Plugin component.
  • thirdparty - third-party modules.

Tutorials

Attached licenses

GPU plugin uses 3rd-party components licensed under following licenses:

Support

Please report issues and suggestions GitHub issues.

How to Contribute

We welcome community contributions to GPU plugin. If you have an idea how to improve the library:

  • Share your proposal via GitHub issues
  • Ensure you can build the product and run all the tests with your patch
  • In the case of a larger feature, create a test
  • Submit a pull request

We will review your contribution and, if any additional fixes or modifications are necessary, may provide feedback to guide you. When accepted, your pull request will be merged into our GitHub repository.

System Requirements

GPU plugin supports Intel® HD Graphics and Intel® Iris® Graphics and is optimized for Gen9-Gen12LP architectures

GPU plugin currently uses OpenCL™ with multiple Intel OpenCL™ extensions and requires Intel® Graphics Driver to run.

GPU plugin requires CPU with Intel® SSE/Intel® AVX support.


The software dependencies are:

  • CMake 3.5 or later
  • C++ compiler with C++11 standard support compatible with:
    • GNU Compiler Collection 4.8 or later
    • clang 3.5 or later
    • Intel® C++ Compiler 17.0 or later
    • Visual C++ 2015 (MSVC++ 19.0) or later

Intel® CPU intrinsics header (<immintrin.h>) must be available during compilation.

Trademark Information

Intel, the Intel logo, Intel Atom, Intel Core, Intel Xeon Phi, Iris, OpenVINO, the OpenVINO logo, Pentium, VTune, and Xeon are trademarks of Intel Corporation or its subsidiaries.

* Other names and brands may be claimed as the property of others.

Microsoft, Windows, and the Windows logo are trademarks, or registered trademarks of Microsoft Corporation in the United States and/or other countries.

OpenCL and the OpenCL logo are trademarks of Apple Inc. used by permission by Khronos.

Copyright © 2021, Intel Corporation

See also