Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions projects/miopen/src/ocl/convolutionocl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ static void ShrinkToFind10Results(std::vector<Solution>& found)
found = std::move(out);
}

MIOPEN_INTERNALS_EXPORT
std::vector<solver::ConvSolution>
GetConvSolutions(const ExecutionContext& ctx,
const conv::ProblemDescription& problem,
Expand All @@ -274,6 +275,7 @@ GetConvSolutions(const ExecutionContext& ctx,
return conv_sols;
}

MIOPEN_INTERNALS_EXPORT
std::vector<Solution> EvaluateConvSolutions(const ExecutionContext& ctx,
const conv::ProblemDescription& problem,
const AnyInvokeParams& invoke_ctx,
Expand Down Expand Up @@ -319,6 +321,7 @@ std::vector<Solution> EvaluateConvSolutions(const ExecutionContext& ctx,
return eval_sols;
}

MIOPEN_INTERNALS_EXPORT
bool HasGoodSolution(const std::vector<miopenConvSolution_t> solutions,
const std::vector<Solution> eval_sols,
const bool model_result)
Expand Down