]> foleosoft.com Git - QAnsel.git/commitdiff
Mon Mar 4 06:34:12 PM EST 2024
authormiha-q <>
Mon, 4 Mar 2024 23:34:12 +0000 (18:34 -0500)
committermiha-q <>
Mon, 4 Mar 2024 23:34:12 +0000 (18:34 -0500)
src/QAnsel.c

index 90c68aa1b420f30e3eaa3ab646197be5e5802415..5d1bb510534e5e0edf80c3f6c0bd131e163b181f 100644 (file)
@@ -228,7 +228,7 @@ void qansel_instruction(cpx_mtx_t* stateVector, unsigned char qubitCount, QInstr
                us2 = get_time();
                printf("\tBare: %lu\n", us2 - us1);
                #else
-               if (USE_GPU && 0)
+               if (USE_GPU)
                {
                        cpx_mtx_knk_metal(tmp.ptr, filter.ptr, gate.ptr, filter.rows, filter.cols, gate.rows, gate.cols);
                }