-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Labels
bugSomething isn't workingSomething isn't workingcuda.bindingsEverything related to the cuda.bindings moduleEverything related to the cuda.bindings moduletriageNeeds the team's attentionNeeds the team's attention
Milestone
Description
>>> from cuda.bindings import driver >>> driver.cuPointerGetAttributes(1, [driver.CUpointer_attribute.CU_POINTER_ATTRIBUTE_DEVICE_ORDINAL], 0) >>> (<CUresult.CUDA_SUCCESS: 0>, [4294967294])while the actual value returned by the underlying API is -2. Looks like some unsigned/signed type mismatch.
Originally posted by @stiepan in #1283 (comment)
stiepan
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcuda.bindingsEverything related to the cuda.bindings moduleEverything related to the cuda.bindings moduletriageNeeds the team's attentionNeeds the team's attention