Skip to content

Commit 4e37cc4

Browse files
gyhintelTaoLv
authored andcommittedMar 14, 2025
graph: backend: dnnl: remove the unused pass
1 parent 01468f3 commit 4e37cc4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎src/graph/backend/dnnl/kernels/mqa_decomp.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2024 Intel Corporation
2+
* Copyright 2024-2025 Intel Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -87,7 +87,6 @@ status_t mqa_decomp_kernel_t<quantized, dt>::compile_impl(
8787
BACKEND_DNNL_ADD_PASS(pipeline, remove_quant_data_with_no_effect);
8888
}
8989
pipeline.reset_visualize_arg(true, false);
90-
BACKEND_DNNL_ADD_PASS(pipeline, fuse_src_transpose_to_matmul);
9190
BACKEND_DNNL_ADD_PASS(pipeline, fuse_dst_transpose_to_matmul);
9291
BACKEND_DNNL_ADD_PASS(pipeline, layout_propagation);
9392

‎src/graph/backend/dnnl/kernels/sdp_primitive.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ status_t sdp_primitive_kernel_t<quantized>::compile_impl(
9292

9393
pipeline.reset_visualize_arg(true, false);
9494
BACKEND_DNNL_ADD_PASS(pipeline, infer_shape);
95-
BACKEND_DNNL_ADD_PASS(pipeline, fuse_src_transpose_to_matmul);
9695
BACKEND_DNNL_ADD_PASS(pipeline, fuse_dst_transpose_to_matmul);
9796
BACKEND_DNNL_ADD_PASS(pipeline, layout_propagation);
9897

0 commit comments

Comments
 (0)