mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-09 04:30:05 +01:00
updated help text for Zen
This commit is contained in:
@@ -822,7 +822,7 @@ def main():
|
||||
parser.add_argument('-V', '--version', action='version', version='%(prog)s '
|
||||
+ __find_version('__init__.py'))
|
||||
parser.add_argument('--arch', dest='arch', type=str, help='define architecture '
|
||||
+ '(SNB, IVB, HSW, BDW, SKL)')
|
||||
+ '(SNB, IVB, HSW, BDW, SKL, ZEN)')
|
||||
parser.add_argument('--tp-list', dest='tp_list', action='store_true',
|
||||
help='print an additional list of all throughput values for the kernel')
|
||||
group = parser.add_mutually_exclusive_group(required=False)
|
||||
|
||||
Reference in New Issue
Block a user