Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cupy matrices #199

Merged
merged 35 commits into from
Feb 5, 2025
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
28c89fc
feat: implemented cast for cupy matrices
BrunoLiegiBastonLiegi Jan 14, 2025
1e88beb
build: switched to v1 workflow
BrunoLiegiBastonLiegi Jan 15, 2025
974632f
build: switched to v1 workflow in deploy.yml
BrunoLiegiBastonLiegi Jan 15, 2025
cdc08b8
fix: disable pylint error
BrunoLiegiBastonLiegi Jan 15, 2025
a070fbc
build: merge main
BrunoLiegiBastonLiegi Jan 15, 2025
ad2d3b7
fix: fix to _cast
BrunoLiegiBastonLiegi Jan 21, 2025
de2753a
feat: added CustomCupyMatrices
BrunoLiegiBastonLiegi Jan 21, 2025
65e60c5
fix: us np.array in _cast and then move to cupy
BrunoLiegiBastonLiegi Jan 21, 2025
ad362dd
fix: disable pylint
BrunoLiegiBastonLiegi Jan 21, 2025
ecf7312
feat: simplified cupy custom matrices
BrunoLiegiBastonLiegi Jan 21, 2025
d4d8816
feat: moving numba threads setting out of the init
BrunoLiegiBastonLiegi Jan 23, 2025
6416d3b
fix: raising error for set_threads
BrunoLiegiBastonLiegi Jan 23, 2025
60a2d2b
feat: trying to set NUMBA_NUM_THREADS before importing numba
BrunoLiegiBastonLiegi Jan 23, 2025
fbde394
feat: enabling parallel=True for clifford ops
BrunoLiegiBastonLiegi Jan 23, 2025
4e4e611
feat: setting the num of threads to 1 for clifford ops
BrunoLiegiBastonLiegi Jan 23, 2025
36844fa
fix: rolling back
BrunoLiegiBastonLiegi Jan 24, 2025
d905a65
fix: minor test fix
BrunoLiegiBastonLiegi Jan 24, 2025
0b84648
fix: unused import
BrunoLiegiBastonLiegi Jan 24, 2025
dd5bfc0
feat: added the selfhosted workflow
BrunoLiegiBastonLiegi Jan 30, 2025
8302937
Merge pull request #200 from qiboteam/numba_threads
BrunoLiegiBastonLiegi Jan 31, 2025
df3bdcc
refactor: Make test_metabackend_list_available run on gpu as well
andrea-pasquale Jan 31, 2025
7d8fe92
build: Compatibility with cuquantum 23.10.0
andrea-pasquale Jan 31, 2025
8bde4f9
fix: fix metabackend list
andrea-pasquale Jan 31, 2025
cebea30
refactor: Simplify CustomMatrices
andrea-pasquale Jan 31, 2025
d8fc3b5
refactor: Clarify role of matrices
andrea-pasquale Jan 31, 2025
11441dd
fix: Add back matrices needed for qibo
andrea-pasquale Jan 31, 2025
684d51b
fix: Minor fix
andrea-pasquale Feb 3, 2025
3fac930
test: Add CCZ test
andrea-pasquale Feb 3, 2025
dadf2ec
refactor: cast Unitary to cp array on GPU
andrea-pasquale Feb 3, 2025
0de449d
Merge pull request #202 from qiboteam/update_cuquantum
andrea-pasquale Feb 4, 2025
3f8261b
build: Update pyproject and selfhosted workflow
andrea-pasquale Feb 5, 2025
a622b02
fix: Typo in workflow
andrea-pasquale Feb 5, 2025
244a46b
build: Adding selfhosted file
andrea-pasquale Feb 5, 2025
743804f
fix: Make selfhosted executable
andrea-pasquale Feb 5, 2025
a214ca4
build: Add html to pytest
andrea-pasquale Feb 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build: switched to v1 workflow in deploy.yml
BrunoLiegiBastonLiegi committed Jan 15, 2025
commit 974632f312f83fc4735b445125dbae5afb3ca9c5
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9, '3.10', '3.11', '3.12']
uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@main
uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@v1
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}