Skip to content

ObjectCode fails to accept passing a filename #448

Closed
@leofang

Description

@leofang

From @benbarsdell:

passing a filename (str type) to cuda.core.experimental._module.ObjectCode is broken (with both old and new backends)

With the new backend it gives TypeError: cuLibraryLoadFromFile() takes exactly 7 positional arguments (1 given), and with the old it complains about passing str instead of bytes to the cuda driver api.

Metadata

Metadata

Assignees

Labels

P0High priority - Must do!bugSomething isn't workingcuda.coreEverything related to the cuda.core module

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions