Skip to content

Allow user-provided annotation for kernels generated from Program andObjectCode #1281

@leofang

Description

@leofang

We have examples like this today

kernel = module.get_kernel("vectorAdd<float>")

which does not tell us what args are expected on the device side, and so when launch(s, config, kernel, ...) is called we cannot do type checking for users.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Medium priority - Should docuda.coreEverything related to the cuda.core modulefeatureNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions