已合并
conv op compile option add close dcci #2616
conv op compile option add close dcci #2616
已合并
weiyan_hw创建于 3月12日
1 个文件变更+4-4
@@ -393,10 +393,10 @@
393 {"name":"TomeUnmerge", "compute_units": ["ascend310p", "ascend910", "ascend910b"], "auto_sync" : false},393 {"name":"TomeUnmerge", "compute_units": ["ascend310p", "ascend910", "ascend910b"], "auto_sync" : false},
394 {"name":"AddLayerNormGrad", "compute_units": ["ascend910_93", "ascend910b", "ascend310p", "ascend950"], "auto_sync" : false},394 {"name":"AddLayerNormGrad", "compute_units": ["ascend910_93", "ascend910b", "ascend310p", "ascend950"], "auto_sync" : false},
395 {"name":"Rfft1D", "compute_units": ["ascend910b", "ascend910_93"], "auto_sync" : false},395 {"name":"Rfft1D", "compute_units": ["ascend910b", "ascend910_93"], "auto_sync" : false},
396- {"name":"Conv2DV2", "compute_units": ["ascend950"], "auto_sync" : false, "impl_mode" : "", "compile_options": {"ascend950": ["-DENABLE_CV_COMM_VIA_SSBUF=true"]}},396+ {"name":"Conv2DV2", "compute_units": ["ascend950"], "auto_sync" : false, "impl_mode" : "", "compile_options": {"ascend950": ["-DENABLE_CV_COMM_VIA_SSBUF=true", "-mllvm -cce-aicore-dcci-before-kernel-end=false"]}},
397- {"name":"Conv3DV2", "compute_units": ["ascend910b", "ascend910_93", "ascend950"], "auto_sync" : false},397+ {"name":"Conv3DV2", "compute_units": ["ascend910b", "ascend910_93", "ascend950"], "auto_sync" : false, "compile_options": {"ascend950": ["-mllvm -cce-aicore-dcci-before-kernel-end=false"]}},
398- {"name":"QuantConv3D", "compute_units": ["ascend950"], "auto_sync" : false, "impl_mode" : ""},398+ {"name":"QuantConv3D", "compute_units": ["ascend950"], "auto_sync" : false, "impl_mode" : "", "compile_options": {"ascend950": ["-mllvm -cce-aicore-dcci-before-kernel-end=false"]}},
399- {"name":"ExtendConv2D", "compute_units": ["ascend950"], "auto_sync" : false, "impl_mode" : ""},399+ {"name":"ExtendConv2D", "compute_units": ["ascend950"], "auto_sync" : false, "impl_mode" : "", "compile_options": {"ascend950": ["-mllvm -cce-aicore-dcci-before-kernel-end=false"]}},
400 {"name": "LayerNormGradV3", "compute_units": ["ascend910b", "ascend910_93", "ascend950"], "auto_sync": false, "compile_options": {"ascend950": ["-mllvm -cce-aicore-dcci-before-kernel-end=false"]}},400 {"name": "LayerNormGradV3", "compute_units": ["ascend910b", "ascend910_93", "ascend950"], "auto_sync": false, "compile_options": {"ascend950": ["-mllvm -cce-aicore-dcci-before-kernel-end=false"]}},
401 {"name": "LayerNormGrad", "compute_units": ["ascend950"], "auto_sync": false, "compile_options": {"ascend950": ["-mllvm -cce-aicore-dcci-before-kernel-end=false"]}},401 {"name": "LayerNormGrad", "compute_units": ["ascend950"], "auto_sync": false, "compile_options": {"ascend950": ["-mllvm -cce-aicore-dcci-before-kernel-end=false"]}},
402 {"name":"MaxPool3DWithArgmaxV2", "compute_units": ["ascend910b", "ascend910_93", "ascend950", "kirinx90", "kirin9030"], "auto_sync" : false, "impl_mode" : ""},402 {"name":"MaxPool3DWithArgmaxV2", "compute_units": ["ascend910b", "ascend910_93", "ascend950", "kirinx90", "kirin9030"], "auto_sync" : false, "impl_mode" : ""},