"git@developer.sourcefind.cn:OpenDAS/tilelang.git" did not exist on "4ca6c1311796a1342867ca43204cc2cfca376d6e"
Commit 4fa933c7 authored by Lei Wang's avatar Lei Wang Committed by LeiWang1999
Browse files

Fix PTXAS options flag in LibraryGenerator for consistency (#620)

parent cc0bd476
...@@ -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,
] ]
......
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