Skip to content

cuLibraryLoadData raises TypeError: 'int' object is not iterable #73

@leofang

Description

@leofang

This line is wrong:
https://github.com/NVIDIA/cuda-python/blob/b88592ae51c35af3bf1399a48d2180a6d9cec5cc/cuda/cuda.pyx.in#L21417
numJitOptions is an int, so it cannot be iterated over. What's should have been there in the zip is jitOptions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P0High priority - Must do!bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions