Skip to content

Commit

Permalink
Remove extra readEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
aobolensk committed Jan 13, 2025
1 parent 44a2d90 commit 2311f09
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,6 @@ class BrgemmBlocking : public snippets::lowered::pass::RangedPass, public Brgemm
auto debug_config = linear_ir.get_config().debug_config;
const auto brgemm = ov::as_type_ptr<BRGEMM_TYPE>(brgemm_expr->get_node());
OPENVINO_ASSERT(brgemm, "Brgemm is nullptr!");
auto readEnv = [](const char* envVar) {
const char* env = std::getenv(envVar);
if (env && *env)
return env;
return (const char*)nullptr;
};
auto csv_path = linear_ir.get_config().debug_config.dumpParams.csv_path;
std::stringstream ss;
for (size_t i = 0; i < brgemm->get_input_size(); ++i) {
Expand Down

0 comments on commit 2311f09

Please sign in to comment.