已合并
aclnn sk adaptation #499
ApeiriaNode_Booker创建于 2月12日
aclnn sk adaptation #499
已合并
ApeiriaNode_Booker创建于 2月12日
14 个文件变更+718-312
Mimpl/basic_api/utils/kernel_utils_macros.h+27-1文件内容审核中,请稍后刷新重试
Mtests/python/asc_op_compiler/test_compile_op.py+4-5文件内容审核中,请稍后刷新重试
Mtools/build/asc_op_compile_base/adapter/ascendc_common_utility.py+5-3文件内容审核中,请稍后刷新重试
Mtools/build/asc_op_compile_base/adapter/ascendc_compile_base.py+12-0文件内容审核中,请稍后刷新重试
Mtools/build/asc_op_compile_base/adapter/ascendc_compile_dfx.py+13-7文件内容审核中,请稍后刷新重试
Mtools/build/asc_op_compile_base/adapter/ascendc_compile_v220.py+8-6文件内容审核中,请稍后刷新重试
Mtools/build/asc_op_compile_base/adapter/compile_op.py+303-137文件内容审核中,请稍后刷新重试
@@ -59,6 +59,8 @@ class GlobalStorageSingleton:
59 self.ascendc_enable_dump_workspace = False59 self.ascendc_enable_dump_workspace = False
60 self.ascendc_meta_info = ""60 self.ascendc_meta_info = ""
61 self.ascendc_tiling_no_register = False61 self.ascendc_tiling_no_register = False
62+ self.ascendc_sk_double_compile = False
63+ self.ascendc_sk_sub_combine_norm_workflow = False
62 64 
63 65 
64 def global_storage_reset(self):66 def global_storage_reset(self):
@@ -93,6 +95,8 @@ class GlobalStorageSingleton:
93 self.ascendc_enable_dump_workspace = False95 self.ascendc_enable_dump_workspace = False
94 self.ascendc_meta_info = ""96 self.ascendc_meta_info = ""
95 self.ascendc_tiling_no_register = False97 self.ascendc_tiling_no_register = False
98+ self.ascendc_sk_double_compile = False
99+ self.ascendc_sk_sub_combine_norm_workflow = False
96 100 
97 101 
98 def set_variable(self, name, value):102 def set_variable(self, name, value):
Mtools/build/asc_op_compile_base/asc_op_compiler/ascendc_common_utility.py+5-4文件内容审核中,请稍后刷新重试
Mtools/build/asc_op_compile_base/asc_op_compiler/ascendc_compile_base.py+12-0文件内容审核中,请稍后刷新重试
Mtools/build/asc_op_compile_base/asc_op_compiler/ascendc_compile_dfx.py+11-6文件内容审核中,请稍后刷新重试
Mtools/build/asc_op_compile_base/asc_op_compiler/ascendc_compile_v220.py+9-7文件内容审核中,请稍后刷新重试
Mtools/build/asc_op_compile_base/asc_op_compiler/compile_op.py+301-136文件内容审核中,请稍后刷新重试
@@ -59,6 +59,8 @@ class GlobalStorageSingleton:
59 self.ascendc_enable_dump_workspace = False59 self.ascendc_enable_dump_workspace = False
60 self.ascendc_meta_info = ""60 self.ascendc_meta_info = ""
61 self.ascendc_tiling_no_register = False61 self.ascendc_tiling_no_register = False
62+ self.ascendc_sk_double_compile = False
63+ self.ascendc_sk_sub_combine_norm_workflow = False
62 64 
63 65 
64 def global_storage_reset(self):66 def global_storage_reset(self):
@@ -93,6 +95,8 @@ class GlobalStorageSingleton:
93 self.ascendc_enable_dump_workspace = False95 self.ascendc_enable_dump_workspace = False
94 self.ascendc_meta_info = ""96 self.ascendc_meta_info = ""
95 self.ascendc_tiling_no_register = False97 self.ascendc_tiling_no_register = False
98+ self.ascendc_sk_double_compile = False
99+ self.ascendc_sk_sub_combine_norm_workflow = False
96 100 
97 101 
98 def set_variable(self, name, value):102 def set_variable(self, name, value):