Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbiessy committed Jul 24, 2024
1 parent 615cfb8 commit 753f623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ sycl::event spsv_optimize(sycl::queue &queue, oneapi::mkl::transpose opA, const
spsv_optimize_impl(cu_handle, opA, alpha, A_view, A_handle, x_handle, y_handle, alg,
spsv_descr, workspace, is_alpha_host_accessible);
};

// No need to store the workspace USM pointer as the backend stores it already
return dispatch_submit(__func__, queue, dependencies, functor, A_handle, x_handle, y_handle);
}

Expand Down

0 comments on commit 753f623

Please sign in to comment.