From: miha-q <> Date: Mon, 4 Mar 2024 04:54:09 +0000 (-0500) Subject: Sun Mar 3 11:54:09 PM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=6df25b8533777d82509e93728c74cd1725895d61;p=QAnsel.git Sun Mar 3 11:54:09 PM EST 2024 --- diff --git a/src/QAnsel.c b/src/QAnsel.c index 15ea1fe..19f0704 100644 --- a/src/QAnsel.c +++ b/src/QAnsel.c @@ -220,7 +220,6 @@ void qansel_instruction(cpx_mtx_t* stateVector, uint8_t qubitCount, QInstr* inst tmp.ptr = malloc((tmp.rows * 2) * (tmp.cols * 2) * sizeof(float)); #ifdef GPU_ENABLED - printf("%i;%i\n", tmp.rows, tmp.cols); if (USE_GPU && (tmp.rows >= 4096 || tmp.cols >= 4096)) { GPU_knk