-
Notifications
You must be signed in to change notification settings - Fork 300
Examples: Standardize filenaming #1841
Copy link
Copy link
Closed
Labels
cuda.bindingsEverything related to the cuda.bindings moduleEverything related to the cuda.bindings moduleexampleImprovements or additions to code examplesImprovements or additions to code examplestriageNeeds the team's attentionNeeds the team's attention
Milestone
Metadata
Metadata
Assignees
Labels
cuda.bindingsEverything related to the cuda.bindings moduleEverything related to the cuda.bindings moduleexampleImprovements or additions to code examplesImprovements or additions to code examplestriageNeeds the team's attentionNeeds the team's attention
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is this a duplicate?
Area
cuda.bindings
Is your feature request related to a problem? Please describe.
Many of the cuda.bindings examples have
camelCasefile names that seem out-of-place in a Python project. Additionally, they have_test.pysuffixes, which should be removed.Describe the solution you'd like
We should convert to
snake_case.Describe alternatives you've considered
No response
Additional context
No response