Remove cuda driver import from main.py

This commit is contained in:
Steven Robertson 2012-07-29 12:28:37 -07:00
parent 583ea916f0
commit 48767d1673

View File

@ -20,7 +20,6 @@ from subprocess import Popen
from itertools import ifilter
import numpy as np
import pycuda.driver as cuda
sys.path.insert(0, os.path.dirname(__file__))
from cuburn import render, filters, output, profile