From 73715c02b5bbfb1c67f76819c6782cc110857a2a Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Mon, 4 Mar 2024 12:23:57 -0500 Subject: [PATCH] Mon Mar 4 12:23:57 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 4980a72..77574da 100644 --- a/src/QAnsel.c +++ b/src/QAnsel.c @@ -216,7 +216,7 @@ void qansel_instruction(cpx_mtx_t* stateVector, unsigned char qubitCount, QInstr #ifdef GPU_ENABLED if (USE_GPU && (tmp.rows >= 1024 || tmp.cols >= 1024)) { - cpx_mtx_knk(tmp.ptr, filter.ptr, gate.ptr, filter.rows, filter.cols, gate.rows, gate.cols); + cpx_mtx_knk_metal(tmp.ptr, filter.ptr, gate.ptr, filter.rows, filter.cols, gate.rows, gate.cols); } else { -- 2.39.5