Skip to content

Commit

Permalink
Add comment to hipblaslt invoke function for parameter to control thr…
Browse files Browse the repository at this point in the history
…owing an exception
  • Loading branch information
ahsan-ca committed Nov 7, 2024
1 parent b600d2e commit 26a8d3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/targets/gpu/include/migraphx/gpu/hipblaslt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ inline auto hipblaslt_invoke(F f, Ts... xs)
return status;
}

// Invoke a hipBLASLt call. If used to validate a call, set fatal_error = false to prevent
// throwing an exception on failure.
template <class F, class Pack, class... Ts>
auto hipblaslt_invoke(F f, Pack p, Ts... xs, bool fatal_error = true)
{
Expand Down

0 comments on commit 26a8d3d

Please sign in to comment.