Skip to content

Commit

Permalink
Runtime dependency llvm-spirv 11.* (#523)
Browse files Browse the repository at this point in the history
* Conda recipe llvm-spirv 11.*
* llvm-spirv 11 from conda-forge
* Update README
* Better explanation for conda-forge channel
  • Loading branch information
PokhodenkoSA authored Aug 31, 2021
1 parent 6dae7ce commit fcccf0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
experimental: true
continue-on-error: ${{ matrix.experimental }}
env:
CHANNELS: ${{ matrix.integration_channels }} -c intel -c defaults -c dppy/label/dev -c numba/label/dev --override-channels
# conda-forge: llvm-spirv 11 not on intel channel yet
CHANNELS: ${{ matrix.integration_channels }} -c intel -c defaults -c dppy/label/dev -c numba/label/dev -c conda-forge --override-channels

steps:
- name: Download artifact
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ https://intelpython.github.io/dpnp/
* numba 0.54.*
* dpctl 0.9.*
* dpnp 0.6.* (optional)
* llvm-spirv (SPIRV generation from LLVM IR)
* llvmdev (LLVM IR generation)
* llvm-spirv 11.* (SPIRV generation from LLVM IR)
* spirv-tools
* packaging
* cython (for building)
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirements:
- numba 0.54*
- dpctl >=0.9*
- spirv-tools
- llvm-spirv
- llvm-spirv 11.*
- dpnp >=0.7* # [linux]
- packaging

Expand Down

0 comments on commit fcccf0b

Please sign in to comment.