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
07f62104
"models/vision/vscode:/vscode.git/clone" did not exist on "2e9910bdb703da3ebeb295d06651648dc100eaa1"
Unverified
Commit
07f62104
authored
Oct 09, 2025
by
Shawn Liu
Committed by
GitHub
Oct 09, 2025
Browse files
Modify the SM architecture number to support Thor’s sm110. (#957)
parent
f6d4bd3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/target/utils.cc
src/target/utils.cc
+1
-1
No files found.
src/target/utils.cc
View file @
07f62104
...
...
@@ -57,7 +57,7 @@ bool TargetIsSm100(Target target) {
if
(
!
TargetIsCuda
(
target
))
return
false
;
int
arch
=
GetArchInt
(
target
);
return
arch
>=
100
&
arch
<=
10
3
;
return
arch
>=
100
&
arch
<=
1
1
0
;
}
bool
TargetIsSM120
(
Target
target
)
{
...
...
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