diff --git a/dicp/dicp/vendor/AscendGraph/codegen/ascend.py b/dicp/dicp/vendor/AscendGraph/codegen/ascend.py index 20b09f1c2..ecc8a60a0 100644 --- a/dicp/dicp/vendor/AscendGraph/codegen/ascend.py +++ b/dicp/dicp/vendor/AscendGraph/codegen/ascend.py @@ -488,7 +488,7 @@ def gen_graph_json(self): def gen_compile_graph_code(self): compile_graph_code = IndentedBuffer() graph_json = self.gen_graph_json() - compile_job_type = os.environ.get("DICP_ASCEND_COMPILE_JOB_TYPE", "AscendGECompileGERunJob") + compile_job_type = os.environ.get("DICP_ASCEND_COMPILE_JOB_TYPE", "AscendGECompileAclRunJob") assert compile_job_type in ["AscendGECompileGERunJob", "AscendGECompileAclRunJob"] compile_graph_code.splice( f"""