We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668fe82 commit 6d96650Copy full SHA for 6d96650
src/common/memory_tracking.hpp
@@ -301,6 +301,10 @@ enum {
301
key_wino_U,
302
key_wino_V,
303
key_wino_M,
304
+ key_decompression_scales,
305
+ key_decompression_zero_points,
306
+ key_src_quantized,
307
+ key_src_dequantized_scales,
308
// These two keys should always be the last ones,
309
// even though they are not in alphabetical order
310
key_nested,
src/cpu/acl/matmul/acl_lowp_matmul.cpp
@@ -16,7 +16,7 @@
16
17
#include "cpu/acl/matmul/acl_lowp_matmul.hpp"
18
19
-#include "src/cpu/functions/CpuTypes.h"
+#include "src/cpu/CpuTypes.h"
20
21
namespace dnnl {
22
namespace impl {
0 commit comments