Skip to content

Commit

Permalink
Temporarily turn on ComputeLarge always
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeyoo committed Mar 26, 2023
1 parent f063417 commit 23dd880
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class TfqSimulateExpectationOpCuda : public tensorflow::OpKernel {
for (const int num : num_qubits) {
max_num_qubits = std::max(max_num_qubits, num);
}
if (max_num_qubits >= 26 || programs.size() == 1) {
if (max_num_qubits >= 26 || programs.size() == 1 || true) {
ComputeLarge(num_qubits, fused_circuits, pauli_sums, context,
&output_tensor);
} else {
Expand Down

0 comments on commit 23dd880

Please sign in to comment.