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
4fa933c7
Commit
4fa933c7
authored
Jul 09, 2025
by
Lei Wang
Committed by
LeiWang1999
Jul 09, 2025
Browse files
Fix PTXAS options flag in LibraryGenerator for consistency (#620)
parent
cc0bd476
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tilelang/jit/adapter/libgen.py
tilelang/jit/adapter/libgen.py
+1
-1
No files found.
tilelang/jit/adapter/libgen.py
View file @
4fa933c7
...
@@ -86,7 +86,7 @@ class LibraryGenerator(object):
...
@@ -86,7 +86,7 @@ class LibraryGenerator(object):
if
not
disable_fast_math
:
if
not
disable_fast_math
:
command
+=
[
"--use_fast_math"
]
command
+=
[
"--use_fast_math"
]
if
verbose_ptxas_output
:
if
verbose_ptxas_output
:
command
+=
[
"--ptxas
_
options"
,
"-v"
]
command
+=
[
"--ptxas
-
options"
,
"-v"
]
command
+=
[
command
+=
[
"-I"
+
CUTLASS_INCLUDE_DIR
,
"-I"
+
CUTLASS_INCLUDE_DIR
,
]
]
...
...
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