Skip to content

Commit

Permalink
Update src/solver/conv_hip_implicit_gemm_grouped_fwd_xdlops.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Tamazov <[email protected]>
  • Loading branch information
junliume and atamazov authored Dec 13, 2023
1 parent cbfa84b commit abd49ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/conv_hip_implicit_gemm_grouped_fwd_xdlops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ void PerformanceConfigHipImplicitGemmGroupFwdXdlops::HeuristicInit(

bool PerformanceConfigHipImplicitGemmGroupFwdXdlops::SetNextValue(const ProblemDescription& problem)
{
#if MIOPEN_BACKEND_HIP && MIOPEN_USE_COMPOSABLEKERNEL
#if MIOPEN_USE_COMPOSABLEKERNEL
if(valid_kernels.empty())
{
switch(problem.GetInDataType())
Expand Down

0 comments on commit abd49ce

Please sign in to comment.