@ -20,11 +20,12 @@ vendors = []
hash_dt = None
try:
import numpy
import pyopencl as cl
except:
except ImportError:
libAvailable = False
def initCL():
global ctx, queue, program, hash_dt, libAvailable
if libAvailable is False: