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

Commit

Permalink
revert debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyu-intel committed Apr 8, 2024
1 parent 7b8869e commit 7a15ff6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bestla/bestla/ut/bestla_prologue_b.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "bestla_wrapper.h"
#include "bestla_ut.h"

#ifdef BTLA_UT_DEBUG
#ifdef BTLA_UT_PROLOGUE_B
namespace bestla {
using namespace utils;
namespace ut {
Expand Down Expand Up @@ -214,8 +214,8 @@ class UT_BlockQunatize_S3S4 {
};
#ifdef BTLA_UT_PROLOGUE_B
// no proper threshold for this UT
// static UT_BlockQunatize_S3S4 sUT_BlockQunatize_S3S4;
#endif
static UT_BlockQunatize_S3S4 sUT_BlockQunatize_S3S4;

class UT_S3_WOQ {
public:
Expand Down Expand Up @@ -973,8 +973,8 @@ class UT_CompFp32 {
}
};
#ifdef BTLA_UT_PROLOGUE_B
#endif
static UT_CompFp32 sUT_CompFp32;
#endif

class UT_CompInt8 {
public:
Expand Down

0 comments on commit 7a15ff6

Please sign in to comment.