From d26a1cab79cff89a0e6ccc27e482c553889ca8b3 Mon Sep 17 00:00:00 2001
From: Marcel Koch <marcel.koch@kit.edu>
Date: Tue, 17 Sep 2024 16:34:32 +0200
Subject: [PATCH] fixup! [batch] split bicgstab compilation (cuda)

---
 cuda/solver/batch_bicgstab_launch.instantiate.cu | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cuda/solver/batch_bicgstab_launch.instantiate.cu b/cuda/solver/batch_bicgstab_launch.instantiate.cu
index f659f3d69a6..ec88cc17c85 100644
--- a/cuda/solver/batch_bicgstab_launch.instantiate.cu
+++ b/cuda/solver/batch_bicgstab_launch.instantiate.cu
@@ -54,8 +54,8 @@ int get_max_dynamic_shared_memory(std::shared_ptr<const DefaultExecutor> exec)
                            cudaDevAttrMaxSharedMemoryPerMultiprocessor,
                            exec->get_device_id());
     GKO_ASSERT_NO_CUDA_ERRORS(cudaFuncSetAttribute(
-        apply_kernel<StopType, 9, true, PrecType, LogType, BatchMatrixType,
-                     ValueType>,
+        batch_single_kernels::apply_kernel<StopType, 9, true, PrecType, LogType,
+                                           BatchMatrixType, ValueType>,
         cudaFuncAttributePreferredSharedMemoryCarveout, 99 /*%*/));
     cudaFuncAttributes funcattr;
     cudaFuncGetAttributes(