From 57dac858cb56791ec3a88c25cfe7e7c2323ed042 Mon Sep 17 00:00:00 2001 From: tangzhiyi11 Date: Thu, 27 Jun 2024 23:17:00 +0000 Subject: [PATCH] use AscendGECompileAclRunJob as default --- dicp/dicp/vendor/AscendGraph/codegen/ascend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"""