Skip to content

Commit

Permalink
print cuquantum
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Oct 13, 2023
1 parent 1ed0a4a commit eb6983a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests_linux_x86_mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ jobs:
env:
CUQUANTUM_SDK: $(python -c "import site; print( f'{site.getsitepackages()[0]}/cuquantum/lib')")
run: |
echo CUQUANTUM_SDK=$CUQUANTUM_SDK
SKIP_COMPILATION=True PL_BACKEND=lightning_qubit python -m pip install -e . -vv
PL_BACKEND=lightning_gpu python setup.py build_ext -i --define="CMAKE_CXX_COMPILER=$(which g++-${{ env.GCC_VERSION }});CMAKE_PREFIX_PATH=/opt/mpi/mpich;ENABLE_MPI=ON;CMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc;CMAKE_CUDA_ARCHITECTURES=${{ env.CI_CUDA_ARCH }}"
PL_BACKEND=lightning_gpu python -m pip install -e . --verbose
Expand Down

0 comments on commit eb6983a

Please sign in to comment.