From d96a55113a7c61f200f7bc82903bf4d521a597f8 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Fri, 19 Aug 2011 23:36:21 -0400 Subject: Do the hash-bang correctly at the top of the benchmark script. --- benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit