Skip to content

Commit 20815bc

Browse files
authored
Fix lint
1 parent 47e6aae commit 20815bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_quantum/core/ops/tfq_simulate_expectation_op_cuquantum.cu.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class TfqSimulateExpectationOpCuQuantum : public tensorflow::OpKernel {
119119
custatevecCreate(&custatevec_handle_);
120120

121121
ComputeLarge(num_qubits, fused_circuits, pauli_sums, context,
122-
&output_tensor); // HOW TO manage extraWorkspace size?
122+
&output_tensor);
123123

124124
// destroy handles in sync with simulator lifetime
125125
cublasDestroy(cublas_handle_);

0 commit comments

Comments
 (0)