Skip to content

Commit

Permalink
Fix Fin interface (#3435)
Browse files Browse the repository at this point in the history
  • Loading branch information
averinevg authored Dec 12, 2024
1 parent aa9799c commit 97c2c01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/fin/fin_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,6 @@ AnySolver<miopen::ExecutionContext, miopen::conv::ProblemDescription>::AnySolver
case 138: SetObject<miopen::solver::conv::ConvHipImplicitGemm3DGroupFwdXdlops>(); break;
case 140: SetObject<miopen::solver::conv::ConvHipImplicitGemm3DGroupWrwXdlops>(); break;
case 141: SetObject<miopen::solver::conv::ConvHipImplicitGemm3DGroupBwdXdlops>(); break;
case 149: SetObject<miopen::solver::conv::ConvHipImplicitGemmF16F8F16FwdXdlops>(); break;
case 150: SetObject<miopen::solver::conv::ConvHipImplicitGemmF16F8F16BwdXdlops>(); break;
case 151: SetObject<miopen::solver::conv::ConvHipImplicitGemmF16F8F16WrwXdlops>(); break;
case 155: SetObject<miopen::solver::conv::ConvHipImplicitGemmGroupBwdXdlops>(); break;
case 156: SetObject<miopen::solver::conv::ConvHipImplicitGemmGroupWrwXdlops>(); break;
// New tunable solver should be added here
Expand Down
3 changes: 0 additions & 3 deletions test/gtest/unit_FinInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,6 @@ const auto& GetSolversInfo<ConvSolverInfo>()
{"ConvWinoFuryRxS<2-3>", {139, true, false, "miopenConvolutionFwdAlgoWinograd"}},
{"ConvHipImplicitGemm3DGroupWrwXdlops", {140, true, true, "miopenConvolutionFwdAlgoImplicitGEMM"}},
{"ConvHipImplicitGemm3DGroupBwdXdlops", {141, true, true, "miopenConvolutionFwdAlgoImplicitGEMM"}},
{"ConvHipImplicitGemmF16F8F16FwdXdlops", {149, true, true, "miopenConvolutionFwdAlgoImplicitGEMM"}},
{"ConvHipImplicitGemmF16F8F16BwdXdlops", {150, true, true, "miopenConvolutionFwdAlgoImplicitGEMM"}},
{"ConvHipImplicitGemmF16F8F16WrwXdlops", {151, true, true, "miopenConvolutionFwdAlgoImplicitGEMM"}},
{"ConvHipImplicitGemmGroupBwdXdlops", {155, true, true, "miopenConvolutionFwdAlgoImplicitGEMM"}},
{"ConvHipImplicitGemmGroupWrwXdlops", {156, true, true, "miopenConvolutionFwdAlgoImplicitGEMM"}},
// clang-format on
Expand Down

0 comments on commit 97c2c01

Please sign in to comment.