Skip to content

Commit 333a06c

Browse files
authored
bump cuquantum 25.06 -> 25.09, bump cudaq commit (#318)
* Bump cuquantum `25.06` -> `25.09` * Bump CUDAQ commit `ed24b0f34fad6260ba0f23adc0bbda809a23caba` -> `7781a8c856b84d5d7714a66ce6a26e4dc804830e` Signed-off-by: Mitchell <[email protected]>
1 parent 461ad6b commit 333a06c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.cudaq_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cudaq": {
33
"repository": "NVIDIA/cuda-quantum",
4-
"ref": "ed24b0f34fad6260ba0f23adc0bbda809a23caba"
4+
"ref": "7781a8c856b84d5d7714a66ce6a26e4dc804830e"
55
}
66
}

.github/workflows/all_libs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
LD_LIBRARY_PATH: ${{ env.MPI_PATH }}/lib:${{ env.LD_LIBRARY_PATH }}
9393
shell: bash
9494
run: |
95-
pip install numpy pytest cupy-cuda${{ steps.config.outputs.cuda_major }}x cuquantum-cu${{ steps.config.outputs.cuda_major }} torch lightning ml_collections mpi4py transformers quimb opt_einsum torch nvidia-cublas-cu${{ steps.config.outputs.cuda_major }} cuquantum-python-cu${{ steps.config.outputs.cuda_major }}==25.06
95+
pip install numpy pytest cupy-cuda${{ steps.config.outputs.cuda_major }}x cuquantum-cu${{ steps.config.outputs.cuda_major }} torch lightning ml_collections mpi4py transformers quimb opt_einsum torch nvidia-cublas-cu${{ steps.config.outputs.cuda_major }} cuquantum-python-cu${{ steps.config.outputs.cuda_major }}==25.09
9696
# The following tests are needed for docs/sphinx/examples/qec/python/tensor_network_decoder.py.
9797
if [ "$(uname -m)" == "x86_64" ]; then
9898
# Stim is not currently available on manylinux ARM wheels, so only

.github/workflows/lib_qec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install python requirements
8686
shell: bash
8787
run: |
88-
pip install numpy pytest cupy-cuda${{ steps.config.outputs.cuda_major }}x cuquantum-cu${{ steps.config.outputs.cuda_major }} quimb opt_einsum torch nvidia-cublas-cu${{ steps.config.outputs.cuda_major }} cuquantum-python-cu${{ steps.config.outputs.cuda_major }}==25.06
88+
pip install numpy pytest cupy-cuda${{ steps.config.outputs.cuda_major }}x cuquantum-cu${{ steps.config.outputs.cuda_major }} quimb opt_einsum torch nvidia-cublas-cu${{ steps.config.outputs.cuda_major }} cuquantum-python-cu${{ steps.config.outputs.cuda_major }}==25.09
8989
# The following tests are needed for docs/sphinx/examples/qec/python/tensor_network_decoder.py.
9090
if [ "$(uname -m)" == "x86_64" ]; then
9191
# Stim is not currently available on manylinux ARM wheels, so only

libs/qec/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ tensor_network_decoder = [
5555
"quimb",
5656
"opt_einsum",
5757
"torch",
58-
"cuquantum-python-cu12==25.06"
58+
"cuquantum-python-cu12==25.09"
5959
]

0 commit comments

Comments
 (0)