summaryrefslogtreecommitdiff
path: root/nv-report.py
diff options
context:
space:
mode:
Diffstat (limited to 'nv-report.py')
-rwxr-xr-xnv-report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nv-report.py b/nv-report.py
index a48f466..d44bec3 100755
--- a/nv-report.py
+++ b/nv-report.py
@@ -14,7 +14,7 @@ from __future__ import print_function
import re
import sys
-attrs = ("inst", "gpr", "local", "shared", "bytes")
+attrs = ("inst", "gpr", "ugpr", "local", "shared", "bytes")
def getgroupvalue(m, groupname):
if not m[groupname]: