implement args for new backend
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import argparse
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
|
||||
parser.add_argument("--cuda-stream", action="store_true")
|
||||
|
||||
args = parser.parse_known_args()[0]
|
||||
Reference in New Issue
Block a user