Skip to content

Commit

Permalink
remove device_span
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Oct 13, 2024
1 parent 5033f2c commit 94cd3b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion python/pylibcudf/pylibcudf/libcudf/nvtext/minhash.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ from pylibcudf.libcudf.column.column cimport column
from pylibcudf.libcudf.column.column_view cimport column_view
from pylibcudf.libcudf.scalar.scalar cimport numeric_scalar
from pylibcudf.libcudf.types cimport size_type
from pylibcudf.libcudf.utilities.span cimport device_span


cdef extern from "nvtext/minhash.hpp" namespace "nvtext" nogil:
Expand Down
5 changes: 1 addition & 4 deletions python/pylibcudf/pylibcudf/libcudf/utilities/span.pxd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2024, NVIDIA CORPORATION.
# Copyright (c) 2021, NVIDIA CORPORATION.

from libcpp.vector cimport vector

Expand All @@ -7,6 +7,3 @@ cdef extern from "cudf/utilities/span.hpp" namespace "cudf" nogil:
cdef cppclass host_span[T]:
host_span() except +
host_span(vector[T]) except +
cdef cppclass device_span[T]:
device_span()
device_span(device_span other) except +

0 comments on commit 94cd3b1

Please sign in to comment.