-
Notifications
You must be signed in to change notification settings - Fork 216
Open
Labels
cuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core modulefeatureNew feature or requestNew feature or requesttriageNeeds the team's attentionNeeds the team's attention
Milestone
Description
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
Labels
cuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core modulefeatureNew feature or requestNew feature or requesttriageNeeds the team's attentionNeeds the team's attention