Skip to content

Commit

Permalink
build: relocated src/cpu/x64/xbyak to third_party
Browse files Browse the repository at this point in the history
  • Loading branch information
vpirogov committed Jan 15, 2025
1 parent e86be30 commit b2a9850
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 20 deletions.
4 changes: 2 additions & 2 deletions src/cpu/x64/cpu_isa_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
#pragma warning(disable : 4267)
#endif
#include "common/compiler_workarounds.hpp"
#include "cpu/x64/xbyak/xbyak.h"
#include "cpu/x64/xbyak/xbyak_util.h"
#include "xbyak/xbyak.h"
#include "xbyak/xbyak_util.h"

namespace dnnl {
namespace impl {
Expand Down
18 changes: 0 additions & 18 deletions src/cpu/x64/xbyak/.clang-format

This file was deleted.

2 changes: 2 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ if (NOT DNNL_BUILD_TESTS)
return()
endif()

include_directories_with_host_compiler(${PROJECT_SOURCE_DIR}/third_party)

# propagate TEST specific flags
append(CMAKE_C_FLAGS "${CMAKE_TEST_CCXX_FLAGS}")
append(CMAKE_CXX_FLAGS "${CMAKE_TEST_CCXX_FLAGS}")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b2a9850

Please sign in to comment.