Files
nvcc/tests/fixtures/scripts/ncu
T
2024-01-26 11:25:58 +00:00

8 lines
173 B
Bash
Executable File

#!/bin/bash
# this is a mock of nsight compute cli tool that just executes the program
# given as the last argument
"${@: -1}"
echo "==WARNING== No kernels were profiled"