指定slang为行主序

This commit is contained in:
2025-06-19 16:01:19 +08:00
parent 0adc357d8a
commit c7d859a9b6

View File

@@ -29,6 +29,7 @@ def make_cmd(source_file: str, target: TargetFormat, stage: Stage, entry_point:
'-entry', entry_point,
'-target', target_flag,
'-stage', stage_flag,
'-matrix-layout-row-major',
'-o', output_path,
]