Skip to content

Commit e9a6b9c

Browse files
committed
更新版本号
1 parent b7514c0 commit e9a6b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbas/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def main():
427427

428428
if args.version:
429429
print(description)
430-
print('version 11.2.0')
430+
print('version 11.6.2')
431431
elif args.cmd == 'list':
432432
list_cubin(cubin_path=args.cubin, kernel_name=args.kernel.encode(), global_only=args.global_only)
433433
elif args.cmd == 'das':

0 commit comments

Comments
 (0)