#!/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"
