diff --git a/pyopencl/__init__.py b/pyopencl/__init__.py index 064c1a6c7..2eea3c626 100644 --- a/pyopencl/__init__.py +++ b/pyopencl/__init__.py @@ -1893,7 +1893,6 @@ def fsvm_empty_like( "Program", "RuntimeError", "SVMAllocation", - "SVMAllocation", "SVMMap", "SVMPointer", "Sampler", diff --git a/pyopencl/tools.py b/pyopencl/tools.py index 79755bd4b..0ba6b629b 100644 --- a/pyopencl/tools.py +++ b/pyopencl/tools.py @@ -1652,7 +1652,6 @@ def update_for_type(self, key_hash: Hash, key: type) -> None: __all__ = [ - "AllocatorBase", "AllocatorBase", "Argument", "DeferredAllocator",