Skip to content

Commit f0c1715

Browse files
Use level-zero-devel in host, remove level-zero from run sections
Level-zero loader is provided by Level-Zero GPU driver (libze1 Debian package). Removing it from conda environment to avoid unintended interaction with system-wide installation. dpctl relies on DPC++ to find and load level-zero loader.
1 parent 08b3517 commit f0c1715

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ requirements:
5252
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
5353
- {{ pin_compatible('intel-cmplr-lib-rt', min_pin='x.x', max_pin='x') }}
5454
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
55-
- {{ pin_compatible('level-zero', min_pin='x.x', max_pin='x') }} # [linux]
5655

5756
test:
5857
requires:

0 commit comments

Comments
 (0)