From 7eb6a0a42ad23466bc8bb2c57a07eb0f7e06ccee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=A0=E8=90=9D=E6=9C=89=E7=82=B9=E9=85=B8?= Date: Fri, 29 Nov 2024 02:11:52 +0000 Subject: [PATCH 1/5] update llt/inputs/convolution/convolution_func. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 菠萝有点酸 --- llt/inputs/convolution/convolution_func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llt/inputs/convolution/convolution_func b/llt/inputs/convolution/convolution_func index b5d3a11..8ef727d 100644 --- a/llt/inputs/convolution/convolution_func +++ b/llt/inputs/convolution/convolution_func @@ -27,7 +27,7 @@ #--alg=AUTO --dt=bf16:f32:bf16 --dir=BWD_W,BWD_WB --stag=abcd --dtag=abcd --batch=corner_cases_2D #--alg=AUTO --dt=f16:f32:f16 --dir=BWD_W,BWD_WB --stag=abcd --dtag=abcd --batch=corner_cases_2D -# foward: fixed tag +# forward: fixed tag --alg=AUTO --dt=f32:f32:f32 --dir=FWD_B,FWD_I,FWD_D --stag=abcd --dtag=abcd --wtag=abcd --batch=conv2d_shapes_func #--alg=AUTO --dt=f32:f32:f32 --dir=FWD_B,FWD_I,FWD_D --stag=abcd --dtag=abcd --wtag=abcd --batch=corner_cases_2D -- Gitee From 09bc323363ddad7fae3586429a2ec2422c20db85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=A0=E8=90=9D=E6=9C=89=E7=82=B9=E9=85=B8?= Date: Fri, 29 Nov 2024 02:12:24 +0000 Subject: [PATCH 2/5] update oneDNN-3.4/tests/gtests/graph/unit/utils/test_pattern_matcher.cpp. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 菠萝有点酸 --- .../tests/gtests/graph/unit/utils/test_pattern_matcher.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oneDNN-3.4/tests/gtests/graph/unit/utils/test_pattern_matcher.cpp b/oneDNN-3.4/tests/gtests/graph/unit/utils/test_pattern_matcher.cpp index 0028f78..c594f3b 100644 --- a/oneDNN-3.4/tests/gtests/graph/unit/utils/test_pattern_matcher.cpp +++ b/oneDNN-3.4/tests/gtests/graph/unit/utils/test_pattern_matcher.cpp @@ -57,7 +57,7 @@ TEST(test_utils_pattern_matcher, Graph) { // in/out port to enable unpacking. This is done by calling create_input_port() // and create_output_port(). // - "alternation" and "repetition"'s in/out ports are mapped to the same -// numberred in/out ports of embedded "pb_graph"(s) +// numbered in/out ports of embedded "pb_graph"(s) // - One graph op is matched with one "pb_op". And expanded pattern graph's // "pb_op" are not aliased. So graph ops matched with different "pb_op"s cannot // be aliased. @@ -1122,7 +1122,7 @@ TEST(test_utils_pattern_matcher, OptionalWithLargerPort) { // // Since this example is not a fixed pattern and has // variable number of side inputs, we cannot use -// create_input_port to setup globbal ordering for inputs. +// create_input_port to setup global ordering for inputs. // // create_input_port/create_output_port is still needed for // setting up the contact interface for nested patterns. -- Gitee From 3e8dde83c8223dd436eeec194353a34cb7067c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=A0=E8=90=9D=E6=9C=89=E7=82=B9=E9=85=B8?= Date: Fri, 29 Nov 2024 02:13:50 +0000 Subject: [PATCH 3/5] update oneDNN-3.4/tests/gtests/graph/unit/backend/graph_compiler/core/test_concat_optimization.cpp. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 菠萝有点酸 --- .../backend/graph_compiler/core/test_concat_optimization.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oneDNN-3.4/tests/gtests/graph/unit/backend/graph_compiler/core/test_concat_optimization.cpp b/oneDNN-3.4/tests/gtests/graph/unit/backend/graph_compiler/core/test_concat_optimization.cpp index 5aa0725..46872ce 100644 --- a/oneDNN-3.4/tests/gtests/graph/unit/backend/graph_compiler/core/test_concat_optimization.cpp +++ b/oneDNN-3.4/tests/gtests/graph/unit/backend/graph_compiler/core/test_concat_optimization.cpp @@ -312,7 +312,7 @@ static sc_graph_t build_sequential_concats_in_one_partition() { TEST(GCCore_CPU_concat_optimization_cpp, SequentialConcatsInOnePartition) { accuracy_test_on_graph(build_sequential_concats_in_one_partition); - // The added new buffer arguemnt is wrapped into inlined function + // The added new buffer argument is wrapped into inlined function // illustrated below std::string expected_str = R"(/** * main_entry -- Gitee From a15ebd4632f9bc3b653a5ee16934c805582d7721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=A0=E8=90=9D=E6=9C=89=E7=82=B9=E9=85=B8?= Date: Fri, 29 Nov 2024 02:15:14 +0000 Subject: [PATCH 4/5] update oneDNN-3.4/tests/benchdnn/deconv/deconv.cpp. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 菠萝有点酸 --- oneDNN-3.4/tests/benchdnn/deconv/deconv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oneDNN-3.4/tests/benchdnn/deconv/deconv.cpp b/oneDNN-3.4/tests/benchdnn/deconv/deconv.cpp index 65a2ce4..3da1dbb 100644 --- a/oneDNN-3.4/tests/benchdnn/deconv/deconv.cpp +++ b/oneDNN-3.4/tests/benchdnn/deconv/deconv.cpp @@ -102,7 +102,7 @@ int check_reorder_presence( dnnl_data_type_t dt_check = dnnl_s8; #if defined(DNNL_AARCH64) && (DNNL_AARCH64 == 1) /* Note for x64: - Both data types of src and weight are s8, oneDNN addds 128 to one of the s8 + Both data types of src and weight are s8, oneDNN adds 128 to one of the s8 input to make it of type u8 instead, as explained in https://oneapi-src.github.io/oneDNN/dev_guide_int8_computations.html or doc/advanced/int8_computations.md -- Gitee From 832cff7937940633c088a374d3da7bd5f41ba5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=A0=E8=90=9D=E6=9C=89=E7=82=B9=E9=85=B8?= Date: Fri, 29 Nov 2024 02:15:59 +0000 Subject: [PATCH 5/5] update oneDNN-3.4/tests/benchdnn/deconv/deconv.cpp. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 菠萝有点酸 --- oneDNN-3.4/tests/benchdnn/deconv/deconv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oneDNN-3.4/tests/benchdnn/deconv/deconv.cpp b/oneDNN-3.4/tests/benchdnn/deconv/deconv.cpp index 3da1dbb..65a2ce4 100644 --- a/oneDNN-3.4/tests/benchdnn/deconv/deconv.cpp +++ b/oneDNN-3.4/tests/benchdnn/deconv/deconv.cpp @@ -102,7 +102,7 @@ int check_reorder_presence( dnnl_data_type_t dt_check = dnnl_s8; #if defined(DNNL_AARCH64) && (DNNL_AARCH64 == 1) /* Note for x64: - Both data types of src and weight are s8, oneDNN adds 128 to one of the s8 + Both data types of src and weight are s8, oneDNN addds 128 to one of the s8 input to make it of type u8 instead, as explained in https://oneapi-src.github.io/oneDNN/dev_guide_int8_computations.html or doc/advanced/int8_computations.md -- Gitee