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 928b905 commit a25a173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuda/solver/batch_bicgstab_launch.instantiate.cu
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void launch_apply_kernel(
ValueType* const __restrict__ workspace_data, const int& block_size,
const size_t& shared_size)
{
apply_kernel<StopType, n_shared, prec_shared>
batch_single_kernels::apply_kernel<StopType, n_shared, prec_shared>
<<<mat.num_batch_items, block_size, shared_size, exec->get_stream()>>>(
sconf, settings.max_iterations, as_cuda_type(settings.residual_tol),
logger, prec, mat, b_values, x_values, workspace_data);
Expand Down

0 comments on commit a25a173

Please sign in to comment.