From ffc3ecea94dcaf617484bc74fead7a93a75ba4e4 Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Mon, 4 Mar 2024 18:34:12 -0500 Subject: [PATCH] Mon Mar 4 06:34:12 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 90c68aa..5d1bb51 100644 --- a/src/QAnsel.c +++ b/src/QAnsel.c @@ -228,7 +228,7 @@ void qansel_instruction(cpx_mtx_t* stateVector, unsigned char qubitCount, QInstr us2 = get_time(); printf("\tBare: %lu\n", us2 - us1); #else - if (USE_GPU && 0) + if (USE_GPU) { cpx_mtx_knk_metal(tmp.ptr, filter.ptr, gate.ptr, filter.rows, filter.cols, gate.rows, gate.cols); } -- 2.39.5