From 40f16f2d2155bde6a6cc00d9946a7a424aae36d9 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 27 Apr 2018 16:20:23 +0200 Subject: bicgstab: make the number of iterations runtime-configurable --- bicgstab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bicgstab.h') diff --git a/bicgstab.h b/bicgstab.h index 338a4a9..cecc06d 100644 --- a/bicgstab.h +++ b/bicgstab.h @@ -36,7 +36,7 @@ typedef struct BiCGStabContext BiCGStabContext; * If the OpenCL context and command queue are provided (non-NULL), the solver * will run using clBLAS. */ -int tdi_bicgstab_context_alloc(BiCGStabContext **ctx, int N, +int tdi_bicgstab_context_alloc(BiCGStabContext **ctx, int N, int maxiter, cl_context ocl_ctx, cl_command_queue ocl_q); /** -- cgit v1.2.3