Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dicp/dicp/vendor/AscendGraph/codegen/ascend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down