Skip to content

Commit 8bf7f78

Browse files
author
Theofilos Manitaras
committed
Fix typo
1 parent 125ebb3 commit 8bf7f78

File tree

1 file changed

+1
-1
lines changed
  • cscs-checks/tools/profiling_and_debugging

1 file changed

+1
-1
lines changed

cscs-checks/tools/profiling_and_debugging/nvprof.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self):
3939
# cuda/10.1
4040
self.postrun_cmds = ['cat /etc/modprobe.d/nvidia.conf']
4141
self.sanity_patterns = sn.all([
42-
sn.assert_found(f'Profiling application: {self.target_executable}'
42+
sn.assert_found(f'Profiling application: {self.target_executable}',
4343
self.stderr),
4444
sn.assert_found('[CUDA memcpy HtoD]', self.stderr),
4545
sn.assert_found('[CUDA memcpy DtoH]', self.stderr),

0 commit comments

Comments
 (0)