Skip to content

[SYCL] dot_product support. #2609

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

Merged
merged 6 commits into from
Nov 5, 2020
Merged

[SYCL] dot_product support. #2609

merged 6 commits into from
Nov 5, 2020

Conversation

rdeodhar
Copy link
Contributor

@rdeodhar rdeodhar commented Oct 7, 2020

This change adds a new Intel-specific header that supports dot_product APIs. The current implementation relies on the device compiler recognizing dot-product patterns and converting them to instructions, if available. A future update will provide the same functionality through the SPIR-V dot_product extension.

Signed-off-by: rdeodhar rajiv.deodhar@intel.com

@rdeodhar rdeodhar marked this pull request as ready for review October 8, 2020 17:21
@rdeodhar rdeodhar requested a review from a team as a code owner October 8, 2020 17:21
@rdeodhar rdeodhar requested a review from rbegam October 8, 2020 17:21
@rdeodhar rdeodhar requested a review from a team as a code owner October 26, 2020 21:13
@rdeodhar rdeodhar requested a review from vladimirlaz October 27, 2020 16:15
@rdeodhar rdeodhar requested review from jbrodman and mkinsner November 2, 2020 18:02
Copy link
Contributor

@jbrodman jbrodman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pvchupin pvchupin merged commit 6cc97d2 into intel:sycl Nov 5, 2020
alexbatashev pushed a commit to alexbatashev/llvm that referenced this pull request Nov 6, 2020
* upstream/sycl:
  [SYCL] Move tests with dependencies to on-device directory (intel#2732)
  [SYCL][Test] Remove leftovers for FPGA archives (intel#2735)
  [SYCL][NFC] Extend ABI tests to cover device code (intel#2725)
  [SYCL] Fix link to ESIMD tests (intel#2736)
  Added the SYCL_INTEL_mem_channel_property extension specification (intel#2688)
  [SYCL] Add support for new FPGA loop attribute nofusion (intel#2715)
  [SYCL] Remove host-task-dependency test added to llvm-test-suite (intel#2720)
  [SYCL] Remove warning about SYCL_EXTERNAL with pointers (intel#2722)
  [SYCL] dot_product support. (intel#2609)
  [SYCL][PI][L0] Fix a problem with kernels and programs destruction while they can be used (intel#2710)
  [SYCL] Fix the check for read-only host pointer during memobj creation (intel#2697)
@rdeodhar rdeodhar deleted the idot1 branch January 15, 2021 17:32
kbenzie added a commit to kbenzie/intel-llvm that referenced this pull request Feb 17, 2025
Chenyang-L pushed a commit that referenced this pull request Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants