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

Add runtime dependency on intel-gpu-ocl-icd-system package #2023

Merged

Conversation

oleksandr-pavlyk
Copy link
Contributor

The package is a pseudo-package which creates symbolic link to ${PREFIX}/etc/OpenCL/vendors to /etc/OpenCL/vendors/intel.icd which load implementation library for Intel OpenCL GPU devices.

Availability of this device is required by oneMKL, and hence this is added to dpnp, rather than to dpctl.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • If this PR is a work in progress, are you filing the PR as a draft?

The package is a pseudo-package which creates symbolic link to
${PREFIX}/etc/OpenCL/vendors to /etc/OpenCL/vendors/intel.icd
which load implementation library for Intel OpenCL GPU devices.

Availability of this device is required by oneMKL, and hence this
is added to dpnp, rather than to dpctl.
Copy link
Contributor

github-actions bot commented Sep 5, 2024

View rendered docs @ https://intelpython.github.io/dpnp/index.html

@oleksandr-pavlyk oleksandr-pavlyk merged commit acb5767 into master Sep 6, 2024
35 of 41 checks passed
@oleksandr-pavlyk oleksandr-pavlyk deleted the add-dependency-on-intel-gpu-ocl-icd-system branch September 6, 2024 02:19
github-actions bot added a commit that referenced this pull request Sep 6, 2024
…-ocl-icd-system

Add runtime dependency on intel-gpu-ocl-icd-system package acb5767
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.

2 participants