Skip to content

Commit

Permalink
add missing imports, clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Sep 25, 2024
1 parent 0d0ea02 commit bfe271c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python/rmm/rmm/_lib/cuda_stream_view.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from rmm.librmm.cuda_stream_view cimport cuda_stream_view
from rmm.librmm.cuda_stream_view cimport (
cuda_stream_default,
cuda_stream_legacy,
cuda_stream_per_thread,
cuda_stream_view,
)

0 comments on commit bfe271c

Please sign in to comment.