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

index 15ea1fe90c781f8527844821b8958cadfab8d457..19f0704809c7de76f91020179145834123d5e2fd 100644 (file)
@@ -220,7 +220,6 @@ 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 >= 4096 || tmp.cols >= 4096))
                {
                        GPU_knk