Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyu-intel committed Apr 8, 2024
1 parent 89690b6 commit 7b8869e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bestla/bestla/bestla_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion bestla/bestla/ut/bestla_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ class UTWOQ_CompInt8 {
UTWOQ_CompInt8() {
UT_START();
ut_s4();
//ut_s8();
// ut_s8();
}

void ut_s4() {
Expand Down

0 comments on commit 7b8869e

Please sign in to comment.