From 3fb114ac15699cdc1df5faf6f2c63ecb8f5efec0 Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Sun, 3 Mar 2024 00:42:22 -0500 Subject: [PATCH] Sun Mar 3 12:42:22 AM EST 2024 --- src/QAnsel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/QAnsel.c b/src/QAnsel.c index e1e18e4..18c10fc 100644 --- a/src/QAnsel.c +++ b/src/QAnsel.c @@ -16,8 +16,8 @@ uint8_t USE_GPU = 0; #define CL_USE_DEPRECATED_OPENCL_1_2_APIS #define CL_TARGET_OPENCL_VERSION 120 #include -//#include "gpu/gpu.c" -#include "gpu/gpu_test.c" +#include "gpu/gpu.c" +//#include "gpu/gpu_test.c" #endif typedef struct -- 2.39.5