From f48d0f1c907bf87d2568ce8625c927218c2489a1 Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Mon, 4 Mar 2024 00:03:33 -0500 Subject: [PATCH] Mon Mar 4 12:03:33 AM EST 2024 --- src/QAnsel.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/QAnsel.c b/src/QAnsel.c index 2f2e72f..e9f54ad 100644 --- a/src/QAnsel.c +++ b/src/QAnsel.c @@ -222,18 +222,18 @@ void qansel_instruction(cpx_mtx_t* stateVector, uint8_t qubitCount, QInstr* inst #ifdef GPU_ENABLED if (USE_GPU && (tmp.rows >= 512 || tmp.cols >= 512)) { - //GPU_knk - //( - // tmp.ptr, tmp.rows, tmp.cols, - // filter.ptr, filter.rows, filter.cols, - // gate.ptr, gate.rows, gate.cols - //); - cpx_ncpx_knk_mt + GPU_knk ( tmp.ptr, tmp.rows, tmp.cols, filter.ptr, filter.rows, filter.cols, gate.ptr, gate.rows, gate.cols ); + //cpx_ncpx_knk_mt + //( + // tmp.ptr, tmp.rows, tmp.cols, + // filter.ptr, filter.rows, filter.cols, + // gate.ptr, gate.rows, gate.cols + //); } else { -- 2.39.5