We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eefb5a commit 81d76c6Copy full SHA for 81d76c6
1 file changed
benchmarks/bench_main.mojo
@@ -16,7 +16,7 @@ def main():
16
# bench_qubit_wise_multiply()
17
bench_qubit_wise_multiply_inplace[
18
min_number_qubits=1,
19
- max_number_qubits=25,
+ max_number_qubits=17,
20
number_qubits_step_size=1,
21
min_number_layers=5,
22
max_number_layers=3500,
@@ -32,7 +32,7 @@ def main():
32
else:
33
bench_qubit_wise_multiply_inplace_gpu[
34
35
- max_number_qubits=30, # 29 is OOM for my 3070 Ti Laptop GPU
+ max_number_qubits=23, # 29 is OOM for my 3070 Ti Laptop GPU
36
37
38
max_number_layers=7000,
0 commit comments