Open
Description
Is this a duplicate?
- I confirmed there appear to be no duplicate issues for this bug and that I agree to the Code of Conduct
Type of Bug
Runtime Error
Component
cuda.bindings
Describe the bug
numDependencies
should only apply to dependencies
but is incorrectly applied to dependencyData
as well. Recall that dependencyData
is optional.
How to Reproduce
Call API with optional set to None and the rest with arrays and length.
Expected behavior
Should pass without raising "E RuntimeError: List is too small: 0 < 1"
Operating System
No response
nvidia-smi output
No response