mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-16 12:10:49 +05:30
Add option to give nvcc extra arguments
This commit is contained in:
@@ -19,6 +19,7 @@ def get_parser_cuda() -> argparse.ArgumentParser:
|
||||
parser.add_argument("-t", "--timeit", action="store_true")
|
||||
parser.add_argument("-p", "--profile", action="store_true")
|
||||
parser.add_argument("-a", "--profiler-args", type=str, default="")
|
||||
parser.add_argument("-c", "--compiler-args", type=str, default="")
|
||||
return parser
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user