Skip to content

Commit

Permalink
formatted onednn_utils.h
Browse files Browse the repository at this point in the history
  • Loading branch information
guangzegu authored Feb 28, 2024
1 parent 7db8ce6 commit 2de4b10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion faiss/utils/onednn/onednn_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "oneapi/dnnl/dnnl.hpp"

namespace faiss {

static dnnl::engine cpu_engine;
static dnnl::stream engine_stream;
static bool is_onednn_init = false;
Expand Down Expand Up @@ -109,4 +110,4 @@ static void comput_f32bf16f32_inner_product(uint32_t xrow, uint32_t xcol, uint32
// printf("comput_f32bf16f32_inner_product finished#######>\n");
}

}//namespace faiss
}//namespace faiss

0 comments on commit 2de4b10

Please sign in to comment.