-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Labels
cuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core moduleenhancementAny code-related improvementsAny code-related improvementstriageNeeds the team's attentionNeeds the team's attention
Milestone
Description
During the meeting today, @mdboom suggested that in Cython type(obj) == T is faster than isinstance(obj, T). We should profile it and make changes if this is true, since this is inside launch(s, config, ker, *args) and is a hot path.
Metadata
Metadata
Assignees
Labels
cuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core moduleenhancementAny code-related improvementsAny code-related improvementstriageNeeds the team's attentionNeeds the team's attention