Commit 2c490782 authored by Lukinon's avatar Lukinon Committed by qisan
Browse files

[Feature] Add support for Hygon DCU

parent 7d389a43
...@@ -106,6 +106,7 @@ def tilelang_callback_hip_compile(code, target): ...@@ -106,6 +106,7 @@ def tilelang_callback_hip_compile(code, target):
target_format="hsaco", target_format="hsaco",
options=[ options=[
"-std=c++17", "-std=c++17",
"-O1",
"-I" + tl_template_path, "-I" + tl_template_path,
"-I" + ck_path, "-I" + ck_path,
], ],
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment