Skip to content

Commit

Permalink
[Find 2.0] Added missing SetupFloats call to miopenRunSolution (#1867)
Browse files Browse the repository at this point in the history
merge more kdb updates
  • Loading branch information
DrizztDoUrden authored and junliume committed Dec 1, 2022
1 parent 57f33cb commit 2d87f83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/kernels/gfx90878.kdb
Git LFS file not shown
4 changes: 2 additions & 2 deletions src/kernels/gfx90a68.kdb
Git LFS file not shown
1 change: 1 addition & 0 deletions src/solution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ void Solution::RunImpl(Handle& handle,

auto conv_ctx = ConvolutionContext{conv_problem, {&handle}};
conv_ctx.DetectRocm();
conv_ctx.SetupFloats();

decltype(auto) db = GetDb(conv_ctx);
const auto conv_solution = GetSolver().GetSolver().FindSolution(conv_ctx, db, invoke_ctx);
Expand Down

0 comments on commit 2d87f83

Please sign in to comment.