Skip to content

[BUG]: cuStreamBeginCaptureToGraph dependencyData should be optional #617

Open
@vzhurba01

Description

@vzhurba01

Is this a duplicate?

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

Metadata

Metadata

Assignees

Labels

P1Medium priority - Should dobugSomething isn't workingcuda.bindingsEverything related to the cuda.bindings module

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions