diff --git a/bestla/bestla/bestla_device.h b/bestla/bestla/bestla_device.h index 07a0f151f..5eb7dda32 100644 --- a/bestla/bestla/bestla_device.h +++ b/bestla/bestla/bestla_device.h @@ -313,7 +313,7 @@ class CpuDevice { for (auto& i : SMT_core) printf("%d,", i); printf("\n"); } - mHybrid = !(E_core.empty() || P_core.empty()); // in case of bond core by external + mHybrid = !(E_core.empty() || P_core.empty()); // in case of bond core by external if (!E_core.empty()) { E_L1Cache = L1[E_core[0]]; E_L2Cache = L2[E_core[0]] / 4; diff --git a/bestla/bestla/ut/bestla_benchmark.cpp b/bestla/bestla/ut/bestla_benchmark.cpp index d859d4d3a..ae3f15027 100644 --- a/bestla/bestla/ut/bestla_benchmark.cpp +++ b/bestla/bestla/ut/bestla_benchmark.cpp @@ -798,7 +798,7 @@ class UTWOQ_CompInt8 { UTWOQ_CompInt8() { UT_START(); ut_s4(); - //ut_s8(); + // ut_s8(); } void ut_s4() {