-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update versions to use 0.36.0 and pl lightning's rc. --------- Co-authored-by: David Ittah <[email protected]>
- Loading branch information
1 parent
3a36b9c
commit 73bd0bc
Showing
10 changed files
with
34 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -306,7 +306,7 @@ jobs: | |
-Dpybind11_DIR=$(python${{ matrix.python_version }} -c "import pybind11; print(pybind11.get_cmake_dir())") \ | ||
-DENABLE_LIGHTNING_KOKKOS=ON \ | ||
-DENABLE_LAPACK=OFF \ | ||
-DLIGHTNING_GIT_TAG=5feb4a10c9cd15fa590c513fc7c6a10a0b334269 \ | ||
-DLIGHTNING_GIT_TAG=latest_release \ | ||
-DKokkos_ENABLE_SERIAL=ON \ | ||
-DKokkos_ENABLE_OPENMP=ON \ | ||
-DENABLE_WARNINGS=OFF \ | ||
|
@@ -323,6 +323,7 @@ jobs: | |
CXX_COMPILER=$(which g++) \ | ||
OQC_BUILD_DIR="$(pwd)/oqc-build" \ | ||
RT_BUILD_DIR="$(pwd)/runtime-build" \ | ||
PYTHON=$(which python${{ matrix.python_version }}) \ | ||
make oqc | ||
# Build Quantum and Gradient Dialects | ||
|
@@ -412,7 +413,12 @@ jobs: | |
- name: Install Catalyst | ||
run: | | ||
python${{ matrix.python_version }} -m pip install $GITHUB_WORKSPACE/dist/*.whl --extra-index-url https://test.pypi.org/simple | ||
python${{ matrix.python_version }} -m pip install pennylane-lightning==0.36.0 | ||
python${{ matrix.python_version }} -m pip install 'pennylane-lightning[kokkos]==0.36.0' | ||
python${{ matrix.python_version }} -m pip install --upgrade git+https://github.com/PennyLaneAI/[email protected] | ||
python${{ matrix.python_version }} -m pip install jax==0.4.23 jaxlib==0.4.23 tomlkit 'scipy<1.13' 'numpy<2' 'diastatic-malt>=2.15.1' | ||
python${{ matrix.python_version }} -m pip install $GITHUB_WORKSPACE/dist/*.whl --no-deps | ||
- name: Run Python Pytest Tests | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -289,7 +289,7 @@ jobs: | |
-DPYTHON_EXECUTABLE=$(which python${{ matrix.python_version }}) \ | ||
-Dpybind11_DIR=$(python${{ matrix.python_version }} -c "import pybind11; print(pybind11.get_cmake_dir())") \ | ||
-DENABLE_LIGHTNING_KOKKOS=ON \ | ||
-DLIGHTNING_GIT_TAG=5feb4a10c9cd15fa590c513fc7c6a10a0b334269 \ | ||
-DLIGHTNING_GIT_TAG=latest_release \ | ||
-DENABLE_LAPACK=OFF \ | ||
-DKokkos_ENABLE_SERIAL=ON \ | ||
-DKokkos_ENABLE_OPENMP=ON \ | ||
|
@@ -406,7 +406,11 @@ jobs: | |
- name: Install Catalyst | ||
run: | | ||
python${{ matrix.python_version }} -m pip install $GITHUB_WORKSPACE/dist/*.whl --extra-index-url https://test.pypi.org/simple | ||
python${{ matrix.python_version }} -m pip install pennylane-lightning==0.36.0 | ||
python${{ matrix.python_version }} -m pip install --upgrade git+https://github.com/PennyLaneAI/[email protected] | ||
python${{ matrix.python_version }} -m pip install jax==0.4.23 jaxlib==0.4.23 tomlkit 'scipy<1.13' 'numpy<2' 'diastatic-malt>=2.15.1' | ||
python${{ matrix.python_version }} -m pip install $GITHUB_WORKSPACE/dist/*.whl --no-deps | ||
- name: Run Python Pytest Tests | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -261,7 +261,7 @@ jobs: | |
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=$GITHUB_WORKSPACE/runtime-build/lib \ | ||
-DPYTHON_EXECUTABLE=$(which python${{ matrix.python_version }}) \ | ||
-Dpybind11_DIR=$(python${{ matrix.python_version }} -c "import pybind11; print(pybind11.get_cmake_dir())") \ | ||
-DLIGHTNING_GIT_TAG=5feb4a10c9cd15fa590c513fc7c6a10a0b334269 \ | ||
-DLIGHTNING_GIT_TAG=latest_release \ | ||
-DENABLE_LIGHTNING_KOKKOS=ON \ | ||
-DENABLE_LAPACK=OFF \ | ||
-DKokkos_ENABLE_SERIAL=ON \ | ||
|
@@ -376,7 +376,10 @@ jobs: | |
- name: Install Catalyst | ||
run: | | ||
python${{ matrix.python_version }} -m pip install $GITHUB_WORKSPACE/dist/*.whl --extra-index-url https://test.pypi.org/simple | ||
python${{ matrix.python_version }} -m pip install pennylane-lightning==0.36.0 | ||
python${{ matrix.python_version }} -m pip install --upgrade git+https://github.com/PennyLaneAI/[email protected] | ||
python${{ matrix.python_version }} -m pip install jax==0.4.23 jaxlib==0.4.23 tomlkit 'scipy<1.13' 'numpy<2' 'diastatic-malt>=2.15.1' | ||
python${{ matrix.python_version }} -m pip install $GITHUB_WORKSPACE/dist/*.whl --no-deps | ||
- name: Run Python Pytest Tests | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -410,6 +410,9 @@ jobs: | |
# macOS requirements.txt | ||
python3 -m pip install cuda-quantum==0.6.0 | ||
python3 -m pip install oqc-qcaas-client | ||
# TODO: remove workaround before merging to main | ||
pip install pennylane-lightning==0.36 | ||
pip install git+https://github.com/PennyLaneAI/[email protected] | ||
make frontend | ||
- name: Get Cached LLVM Build | ||
|
@@ -482,6 +485,9 @@ jobs: | |
sudo apt-get install -y python3 python3-pip libomp-dev libasan6 make | ||
python3 --version | grep ${{ needs.constants.outputs.primary_python_version }} | ||
python3 -m pip install -r requirements.txt | ||
# TODO: remove workaround before merging to main | ||
pip install pennylane-lightning==0.36 | ||
pip install git+https://github.com/PennyLaneAI/[email protected] | ||
make frontend | ||
- name: Get Cached LLVM Build | ||
|
@@ -532,6 +538,9 @@ jobs: | |
sudo apt-get install -y python3 python3-pip libomp-dev libasan6 make | ||
python3 --version | grep ${{ needs.constants.outputs.primary_python_version }} | ||
python3 -m pip install -r requirements.txt | ||
# TODO: remove workaround before merging to main | ||
pip install pennylane-lightning==0.36 | ||
pip install git+https://github.com/PennyLaneAI/[email protected] | ||
make frontend | ||
- name: Get Cached LLVM Build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,5 @@ lxml_html_clean | |
|
||
# Pre-install development lightning wheels | ||
--extra-index-url https://test.pypi.org/simple/ | ||
pennylane-lightning==0.36.0-dev40 | ||
pennylane-lightning==0.36.0 | ||
pennylane @ git+https://github.com/pennylaneAI/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters