diff options
Diffstat (limited to 'runcuda')
-rwxr-xr-x | runcuda | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#!/bin/bash + +set -e + +nvcc -allow-unsupported-compiler $1 -o temp + +chmod +x temp # if it isn't already executable + +./temp |