Skip to content

Commit 6d96650

Browse files
committed
path fixed
1 parent 668fe82 commit 6d96650

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/common/memory_tracking.hpp

+4
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,10 @@ enum {
301301
key_wino_U,
302302
key_wino_V,
303303
key_wino_M,
304+
key_decompression_scales,
305+
key_decompression_zero_points,
306+
key_src_quantized,
307+
key_src_dequantized_scales,
304308
// These two keys should always be the last ones,
305309
// even though they are not in alphabetical order
306310
key_nested,

src/cpu/acl/matmul/acl_lowp_matmul.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

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

19-
#include "src/cpu/functions/CpuTypes.h"
19+
#include "src/cpu/CpuTypes.h"
2020

2121
namespace dnnl {
2222
namespace impl {

0 commit comments

Comments
 (0)