mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-15 19:50:50 +05:30
8 lines
173 B
Bash
Executable File
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"
|