Skip to content

[FEA]: cuda-core-example hello_world (or similar) #1121

@rwgk

Description

@rwgk

Area

cuda.core

Is your feature request related to a problem? Please describe.

Include (some) examples in the released cuda-core wheels and make them easily runnable.

Useful also for quick smoke checks after making new releases.

Describe the solution you'd like

There are two very common, low-friction patterns for shipping runnable examples in wheels:

  • a tiny "runner" module so users can do python -m cuda.core.run_example hello_world, and

  • a console_scripts entry point so they can also do cuda-core-example hello_world.

It seems easy to support both. Here are concrete suggestions that may be useful as a starting point:

Metadata

Metadata

Assignees

No one assigned

    Labels

    cuda.coreEverything related to the cuda.core modulefeatureNew feature or requesttriageNeeds the team's attention

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions