Skip to content

Commit

Permalink
fix analyzer_capi_tester, test=develop (#28289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shixiaowei02 authored Oct 29, 2020
1 parent 0351168 commit 842a4e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions paddle/fluid/inference/tests/api/analyzer_capi_tester.cc
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ TEST(PD_AnalysisConfig, profile_mkldnn) {
bool quantizer_enable = PD_MkldnnQuantizerEnabled(config);
EXPECT_TRUE(quantizer_enable);
PD_EnableMkldnnBfloat16(config);
bool bfloat16_enable = PD_MkldnnBfloat16Enabled(config);
EXPECT_TRUE(bfloat16_enable);
PD_SetMkldnnCacheCapacity(config, 0);
PD_SetModel(config, prog_file.c_str(), params_file.c_str());
PD_DeleteAnalysisConfig(config);
Expand Down

0 comments on commit 842a4e5

Please sign in to comment.