diff --git a/pyopencl/cffi_cl.py b/pyopencl/cffi_cl.py index f38364d9279d0d1c2a31057c20529fa68586f9a6..a39a467eab4f24eeb057bac3dbbce92851535d56 100644 --- a/pyopencl/cffi_cl.py +++ b/pyopencl/cffi_cl.py @@ -1,4 +1,4 @@ -from pyopencl._cl import PooledBuffer, MemoryPool +#from pyopencl._cl import PooledBuffer, MemoryPool from _cffi import _ffi, _lib import warnings