mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Run a bit more without CUDA
This commit is contained in:
parent
f3737988a9
commit
caf9014a29
@ -5,8 +5,13 @@ import os
|
||||
import tempfile
|
||||
from collections import namedtuple
|
||||
|
||||
try:
|
||||
import pycuda.driver as cuda
|
||||
import pycuda.compiler
|
||||
except ImportError, e:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
print 'Continuing without CUDA. Things will break.'
|
||||
import numpy as np
|
||||
import tempita
|
||||
|
||||
|
@ -6,7 +6,6 @@
|
||||
import numpy as np
|
||||
from copy import deepcopy
|
||||
from itertools import izip_longest
|
||||
from scipy.ndimage.filters import gaussian_filter1d
|
||||
|
||||
import spectypes
|
||||
import specs
|
||||
|
Loading…
Reference in New Issue
Block a user