Skip to content

Commit

Permalink
fixup! [batch] split bicgstab compilation (cuda)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Sep 17, 2024
1 parent 0969fd1 commit d26a1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cuda/solver/batch_bicgstab_launch.instantiate.cu
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d26a1ca

Please sign in to comment.