From: miha-q <> Date: Mon, 4 Mar 2024 05:47:53 +0000 (-0500) Subject: Mon Mar 4 12:47:53 AM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=5d7a7a33321870d03da2c8443b4dc3049d515868;p=QAnsel.git Mon Mar 4 12:47:53 AM EST 2024 --- diff --git a/src/QAnsel.c b/src/QAnsel.c index e9f54ad..f90ee3a 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)*/) { GPU_knk (