Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
FlashMLA
Commits
572946f5
Commit
572946f5
authored
Jan 25, 2026
by
zhanghj2
Browse files
适配dcu卡架构
parent
8b0ec03c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
csrc/api/common.h
csrc/api/common.h
+2
-1
No files found.
csrc/api/common.h
View file @
572946f5
...
@@ -32,7 +32,8 @@ struct Arch {
...
@@ -32,7 +32,8 @@ struct Arch {
}
}
bool
is_sm90a
()
const
{
bool
is_sm90a
()
const
{
return
major
==
9
&&
minor
==
0
;
return
major
==
9
&&
minor
==
3
;
// return major == 9 && minor == 0;
}
}
bool
is_sm100f
()
const
{
bool
is_sm100f
()
const
{
...
...
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