-
Notifications
You must be signed in to change notification settings - Fork 248
Open
Labels
cuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core moduletriageNeeds the team's attentionNeeds the team's attention
Description
Parent issue: #1673
Goal
Decide on and apply consistent variable names for common objects across all examples.
Current state
- Stream variables:
svsstreamvsstream0/stream1 - Kernel variables:
kervsadd_kernelvsgpu_ker - Device variables:
devvsdev0/dev1vs inlineDevice() - Launch config: mostly
config, but multi-config usesconfig0/config1
Decisions needed
- What should the standard name be for each common object type?
- What suffix convention for numbered variants (multi-GPU, multi-stream)?
- Should these conventions be documented somewhere for future contributors?
Files affected
All 25 example files listed in #1673.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core moduletriageNeeds the team's attentionNeeds the team's attention