Skip to content

Commit

Permalink
path fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
alvoron committed Dec 20, 2024
1 parent 668fe82 commit 6d96650
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/common/memory_tracking.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,10 @@ enum {
key_wino_U,
key_wino_V,
key_wino_M,
key_decompression_scales,
key_decompression_zero_points,
key_src_quantized,
key_src_dequantized_scales,
// These two keys should always be the last ones,
// even though they are not in alphabetical order
key_nested,
Expand Down
2 changes: 1 addition & 1 deletion src/cpu/acl/matmul/acl_lowp_matmul.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "cpu/acl/matmul/acl_lowp_matmul.hpp"

#include "src/cpu/functions/CpuTypes.h"
#include "src/cpu/CpuTypes.h"

namespace dnnl {
namespace impl {
Expand Down

0 comments on commit 6d96650

Please sign in to comment.