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 125ebb3 commit 8bf7f78Copy full SHA for 8bf7f78
cscs-checks/tools/profiling_and_debugging/nvprof.py
@@ -39,7 +39,7 @@ def __init__(self):
39
# cuda/10.1
40
self.postrun_cmds = ['cat /etc/modprobe.d/nvidia.conf']
41
self.sanity_patterns = sn.all([
42
- sn.assert_found(f'Profiling application: {self.target_executable}'
+ sn.assert_found(f'Profiling application: {self.target_executable}',
43
self.stderr),
44
sn.assert_found('[CUDA memcpy HtoD]', self.stderr),
45
sn.assert_found('[CUDA memcpy DtoH]', self.stderr),
0 commit comments