Skip to content

Commit

Permalink
Update Kokkos dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rauletorresc committed Aug 7, 2024
1 parent 782ce91 commit f333109
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .dep-versions
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f333109

Please sign in to comment.