Skip to content

Commit 729c3f9

Browse files
Merge pull request #1840 from IntelPython/ignore-export-on-level-zero-dev
Ignore run export on level-zero
2 parents e60a6ea + 1646d89 commit 729c3f9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The full list of changes that went into this release are:
7878
* Clean-up uses of `Strided1DIndexer` class [gh-1805](https://github.com/IntelPython/dpctl/pull/1805)
7979
* Tweak to readability of C++ code implementing matrix-matrix multiplication [gh-1810](https://github.com/IntelPython/dpctl/pull/1810)
8080
* Do not add `sycl::event` associated with compute task to vector of events representing execution of `host_task` [gh-1807](https://github.com/IntelPython/dpctl/pull/1807)
81-
* Remove 'level-zero' conda package from run-time dependencies of 'dpctl' since Intel GPU driver stack now explicitly depends on `libze1` package which provides Level-Zero loader library [gh-1801](https://github.com/IntelPython/dpctl/pull/1801)
81+
* Remove 'level-zero' conda package from run-time dependencies of 'dpctl' since Intel GPU driver stack now explicitly depends on `libze1` package which provides Level-Zero loader library [gh-1801](https://github.com/IntelPython/dpctl/pull/1801), [gh-1840](https://github.com/IntelPython/dpctl/pull/1840)
8282
* Use dedicated type-support matrices for in-place element-wise binary operations [gh-1816](https://github.com/IntelPython/dpctl/pull/1816)
8383
* Remove recommendation to install wheels from Anaconda PyPI index [gh-1819](https://github.com/IntelPython/dpctl/pull/1819)
8484
* Removed use of post-link and pre-unlink conda scripts in `dpctl` [gh-1821](https://github.com/IntelPython/dpctl/pull/1821)

conda-recipe/meta.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ build:
1515
script_env:
1616
- WHEELS_OUTPUT_FOLDER
1717
- OVERRIDE_INTEL_IPO # [win]
18+
ignore_run_exports:
19+
- level-zero
1820

1921
requirements:
2022
# TODO: keep in sync with /pyproject.toml

0 commit comments

Comments
 (0)