oneDNN icon indicating copy to clipboard operation
oneDNN copied to clipboard

graph pattern name refactor

Open ShanSimu opened this issue 8 months ago • 2 comments

Description

Refactored the deconv pattern according to document DNNL Backend Fusion Pattern Definition:

  1. Replaced int8 in pattern names with x8
  2. Removed the word fusion from pattern names
  3. For floating-point patterns, added the fp_ prefix to their names

Task MFDNN-10454 and MFDNN-10452.

ShanSimu avatar May 29 '25 06:05 ShanSimu

make test disable benchdnn_all enable benchdnn_graph

TaoLv avatar Jun 04 '25 06:06 TaoLv

make test set test_scope=NIGHTLY disable benchdnn_all enable benchdnn_graph

ShanSimu avatar Jun 17 '25 01:06 ShanSimu