Skip to content

Commit

Permalink
update neural_speed tag
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyu-intel committed Jan 12, 2024
1 parent 9bdf641 commit 6829651
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/external/neural_speed.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(NEURAL_SPEED_URL https://github.com/intel/neural-speed.git)
set(NEURAL_SPEED_TAG 18720b319d6921c28e59cc9e003e50cee9a85fcc) # kernel-only release v0.2
set(NEURAL_SPEED_TAG 7601eba5849138f8f246d6c7f5483b2efd8ea1f1) # kernel-only release v0.1

if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" AND onnxruntime_target_platform STREQUAL "x86_64")
set(USE_NEURAL_SPEED TRUE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
#pragma warning(push)
#pragma warning(disable : 4457)
#pragma warning(disable : 4189)
#pragma warning(disable : 4100)
#pragma warning(disable : 4244)
#pragma warning(disable : 4267)
#pragma warning(disable : 4702)
#endif

#include "bestla/bestla_prologue_a.h"
Expand Down

0 comments on commit 6829651

Please sign in to comment.