]> foleosoft.com Git - QAnsel.git/commitdiff
Mon Mar 4 08:44:58 PM EST 2024
authormiha-q <>
Tue, 5 Mar 2024 01:44:58 +0000 (20:44 -0500)
committermiha-q <>
Tue, 5 Mar 2024 01:44:58 +0000 (20:44 -0500)
src/QAnsel.c

index 5d1bb510534e5e0edf80c3f6c0bd131e163b181f..55bce0547fba927140a60fa457e327a5609cf06e 100644 (file)
@@ -230,7 +230,7 @@ void qansel_instruction(cpx_mtx_t* stateVector, unsigned char qubitCount, QInstr
                #else
                if (USE_GPU)
                {
-                       cpx_mtx_knk_metal(tmp.ptr, filter.ptr, gate.ptr, filter.rows, filter.cols, gate.rows, gate.cols);
+                       cpx_mtx_knk(tmp.ptr, filter.ptr, gate.ptr, filter.rows, filter.cols, gate.rows, gate.cols);
                }
                else if (USE_THREADS)
                {