mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-15 19:50:50 +05:30
Add tests for choosing the profiler
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "[NSYS]"
|
||||
|
||||
# this is a mock of nsight systems cli tool that just executes the program
|
||||
# given as the last argument
|
||||
"${@: -1}"
|
||||
Reference in New Issue
Block a user