Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
tilelang
Commits
2c490782
Commit
2c490782
authored
Oct 28, 2025
by
Lukinon
Committed by
qisan
Oct 28, 2025
Browse files
[Feature] Add support for Hygon DCU
parent
7d389a43
Changes
22
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
606 additions
and
0 deletions
+606
-0
tilelang/engine/lower.py
tilelang/engine/lower.py
+1
-0
tilelang/intrinsics/mmac_macro_generator.py
tilelang/intrinsics/mmac_macro_generator.py
+605
-0
No files found.
tilelang/engine/lower.py
View file @
2c490782
...
@@ -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
,
],
],
...
...
tilelang/intrinsics/mmac_macro_generator.py
0 → 100644
View file @
2c490782
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment