Skip to content

Commit

Permalink
Fix test after removal of MLIR from gfx908 kdb (#2299)
Browse files Browse the repository at this point in the history
  • Loading branch information
bghimireamd authored Aug 4, 2023
1 parent 64670bd commit 055095c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/gtest/cba_infer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ TEST_P(ConvBiasActivInferTestHalf, ConvCKIgemmFwdBiasActivFused)
#if MIOPEN_BACKEND_HIP
TEST_P(ConvBiasActivInferTestFloatFusionCompileStep, ConvBiasActivAsm1x1UFloat_testCompile)
{
setEnvironmentVariable("MIOPEN_FIND_ENFORCE", "3");
setEnvironmentVariable("MIOPEN_FIND_ENFORCE", "SEARCH_DB_UPDATE");
setEnvironmentVariable("MIOPEN_DEBUG_TUNING_ITERATIONS_MAX", "5");
fusePlanDesc.Compile(get_handle());
const auto plan_params = std::make_unique<miopen::fusion::FusionInvokeParams>(
params, input.desc, in_dev.get(), output.desc, out_dev.get(), false);
Expand Down

0 comments on commit 055095c

Please sign in to comment.