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):
if not disable_fast_math:
command += ["--use_fast_math"]
if verbose_ptxas_output:
command += ["--ptxas_options", "-v"]
command += ["--ptxas-options", "-v"]
command += [
"-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