From f3331091c5ed8baa3e8c0b7fd6ad2480470e2516 Mon Sep 17 00:00:00 2001 From: Raul Torres Date: Wed, 7 Aug 2024 16:04:37 -0500 Subject: [PATCH] Update Kokkos dependencies --- .dep-versions | 9 +++++++++ doc/requirements.txt | 4 ++-- runtime/Makefile | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.dep-versions b/.dep-versions index 3f1a04499f..b7afb19410 100644 --- a/.dep-versions +++ b/.dep-versions @@ -5,4 +5,13 @@ llvm=3a8316216807d64a586b971f51695e23883331f7 enzyme=v0.0.130 # Always remove custom PL/LQ versions before release. + +# For a custom PL version, update the package version here: pennylane=0.*.*.* +# and at 'doc/requirements.txt pennylane=0.38.0.dev4 + +# For a custom LQ version: update the package version here: lightning=0.*.*-* +# and at 'doc/requirements.txt'. +# Also, update the 'LIGHTNING_GIT_TAG' at 'runtime/Makefile' with the exact commit +# hash corresponding to the PR that implements the desired feature. +lightning=0.38.0-dev26 diff --git a/doc/requirements.txt b/doc/requirements.txt index 53a0b6bdcd..bd7abe2e9d 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -30,6 +30,6 @@ lxml_html_clean # Pre-install PL development wheels --extra-index-url https://test.pypi.org/simple/ -pennylane-lightning-kokkos==0.37.0 -pennylane-lightning==0.37.0 +pennylane-lightning-kokkos==0.38.0-dev26 +pennylane-lightning==0.38.0-dev26 pennylane==0.38.0.dev4 diff --git a/runtime/Makefile b/runtime/Makefile index b36347933d..15ca71fcc9 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -14,7 +14,7 @@ ENABLE_LIGHTNING?=ON ENABLE_LIGHTNING_KOKKOS?=ON ENABLE_OPENQASM?=ON ENABLE_ASAN?=OFF -LIGHTNING_GIT_TAG_VALUE?=latest_release +LIGHTNING_GIT_TAG_VALUE?=8f517d24c71c6c7765f5c1bf29b0264b951de96a ENABLE_LAPACK?=OFF BUILD_TARGETS := rt_capi rtd_dummy