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

Checking CIs #741

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
downgrade Kokkos
  • Loading branch information
AmintorDusko committed May 24, 2024
commit cdc0f81d3a2f6be43171bf92bb41d3e2096c51ed
2 changes: 1 addition & 1 deletion .github/workflows/tests_lkcpu_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: ./.github/workflows/build_and_cache_Kokkos_linux.yml
with:
os: ubuntu-22.04
kokkos_version: ${{ inputs.lightning-version == 'stable' && '4.2.00' || '4.2.00' }} #To be updated next Release.
'4.2.00' #To be updated next Release.

build_lightning_kokkos_wheels:
needs: [determine_runner, build_and_cache_Kokkos]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_lkcuda_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
matrix:
os: [ubuntu-22.04]
exec_model: ["CUDA"]
kokkos_version: ["${{ inputs.lightning-version == 'stable' && '4.2.00' || '4.2.00' }}"] #To be updated next Release.
kokkos_version: ["'4.2.00'"] #To be updated next Release.

steps:
- name: Validate GPU version and installed compiler
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
os: [ubuntu-22.04]
pl_backend: ["lightning_kokkos", "all"]
exec_model: ["CUDA"]
kokkos_version: ["${{ inputs.lightning-version == 'stable' && '4.2.00' || '4.2.00' }}"] #To be updated next Release.
kokkos_version: ["'4.2.00'"] #To be updated next Release.

name: Python Tests (${{ matrix.pl_backend }}, kokkos-${{ matrix.kokkos_version }}, model-${{ matrix.exec_model }})
runs-on:
Expand Down
Loading