We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d8b0c commit bc6f90fCopy full SHA for bc6f90f
1 file changed
.github/scripts/profiler_nvidia.py
@@ -18,7 +18,7 @@
18
if row:
19
full_name = row[8]
20
instances = int(row[2])
21
- time = int(row[1])
+ time = float(row[1])
22
sigma = float(row[7])
23
if len(full_name) > 5 and full_name[:5] == "krnl_":
24
name = full_name[5:]
0 commit comments