From 53707fc17afa0883d52a3ac4a69436b080fef10d Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Mon, 4 Mar 2024 20:47:28 -0500 Subject: [PATCH] Mon Mar 4 08:47:28 PM EST 2024 --- src/QAnsel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QAnsel.c b/src/QAnsel.c index 55bce05..8284129 100644 --- a/src/QAnsel.c +++ b/src/QAnsel.c @@ -230,7 +230,7 @@ void qansel_instruction(cpx_mtx_t* stateVector, unsigned char qubitCount, QInstr #else if (USE_GPU) { - cpx_mtx_knk(tmp.ptr, filter.ptr, gate.ptr, filter.rows, filter.cols, gate.rows, gate.cols); + cpx_mtx_knk_threads(tmp.ptr, filter.ptr, gate.ptr, filter.rows, filter.cols, gate.rows, gate.cols); } else if (USE_THREADS) { -- 2.39.5