diff options
-rwxr-xr-x | benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark.py b/benchmark.py index d0819cb..7773437 100755 --- a/benchmark.py +++ b/benchmark.py @@ -1,4 +1,4 @@ -#/usr/bin/env python +#!/usr/bin/env python import numpy as np from pycuda import gpuarray as ga import time |