]> foleosoft.com Git - QAnsel.git/commitdiff
Sun Mar 3 11:53:26 PM EST 2024
authormiha-q <>
Mon, 4 Mar 2024 04:53:26 +0000 (23:53 -0500)
committermiha-q <>
Mon, 4 Mar 2024 04:53:26 +0000 (23:53 -0500)
src/QAnsel.c

index cc73a9b343569cc81935b1ee7e5518b487539b46..60eedb3652f4f3d3d62aab6f80660b09c861f882 100644 (file)
@@ -220,6 +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
+               printf("%i;%i\n", tmp.rows, tmp.cols);
                if (USE_GPU && (tmp.rows >= 1024 || tmp.cols >= 1024))
                {
                        GPU_knk