From: miha-q <> Date: Mon, 4 Mar 2024 04:38:36 +0000 (-0500) Subject: Sun Mar 3 11:38:36 PM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=53803a38546a9ece52050885de64198edd27aea2;p=QAnsel.git Sun Mar 3 11:38:36 PM EST 2024 --- diff --git a/src/QAnsel.c b/src/QAnsel.c index c1a5f33..4b1ebf9 100644 --- a/src/QAnsel.c +++ b/src/QAnsel.c @@ -220,7 +220,7 @@ 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 - if (USE_GPU && (tmp.rows >= 512 || tmp.cols >= 512)) + if (USE_GPU && (tmp.rows >= 512 || tmp.cols >= 512) && 0) { GPU_knk (