-
Notifications
You must be signed in to change notification settings - Fork 203
Closed
Labels
cuda.bindingsEverything related to the cuda.bindings moduleEverything related to the cuda.bindings moduledocumentationImprovements or additions to documentationImprovements or additions to documentationpackagingAnything related to wheels or Conda packagesAnything related to wheels or Conda packageswontfixThis will not be worked onThis will not be worked on
Milestone
Description
On Linux Ubuntu 22.08, I've recently updated the cuda-python package from 12.6 to 12.8.0 in my Python project and when I'm now trying to do:
from cuda import cuda, cudart, nvrtc
I'm getting the error message:
ImportError: cannot import name 'cuda' from 'cuda' (unknown location)
From the examples in the cuda.bindings package, I see that the same import command is still used.
Since, I'm using RDMA, I haven't tried this on Windows.
Metadata
Metadata
Assignees
Labels
cuda.bindingsEverything related to the cuda.bindings moduleEverything related to the cuda.bindings moduledocumentationImprovements or additions to documentationImprovements or additions to documentationpackagingAnything related to wheels or Conda packagesAnything related to wheels or Conda packageswontfixThis will not be worked onThis will not be worked on
Type
Projects
Status
Todo