Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fast Hybrid mode of iGEMM #326

Merged
merged 16 commits into from
Aug 14, 2020
Prev Previous commit
Next Next commit
[skip ci] remove debug info
Jing Zhang committed Jul 11, 2020
commit 16b25f14f88d74bd6fd325b913e5c467bfb7d61c
2 changes: 0 additions & 2 deletions src/solver/conv_hip_implicit_gemm_fwd_v4r4_xdlops.cpp
Original file line number Diff line number Diff line change
@@ -907,8 +907,6 @@ int ConvHipImplicitGemmForwardV4R4Xdlops::RunAndMeasureSolution(const miopen::Ha

bool ConvHipImplicitGemmForwardV4R4Xdlops::IsApplicable(const ConvolutionContext& ctx) const
{
MIOPEN_LOG_I("skip_solutions = "
<< ctx.skip_solutions_that_take_long_time_to_build_and_have_narrow_coverage);
if(ctx.skip_solutions_that_take_long_time_to_build_and_have_narrow_coverage)
return false;