Skip to content

GPU: launch bound helpers for Metal - #15810

Merged
ktf merged 1 commit into
AliceO2Group:devfrom
ktf:pr15810
Sep 17, 2026
Merged

ktf merged 1 commit into
AliceO2Group:devfrom
ktf:pr15810

Conversation

@ktf

@ktf ktf commented Sep 17, 2026

Copy link
Copy Markdown
Member

Metal has no launch bounds, so the thread and warp count helpers pass the
value through rather than deriving it from a kernel attribute.
Metal also lacks variadic arguments for C functions, so
one need to implement that using templates.

Metal has no launch bounds, so the thread and warp count helpers pass the
value through rather than deriving it from a kernel attribute.
Metal also lacks variadic arguments for C functions, so
one need to implement that using templates.
@ktf
ktf requested a review from davidrohr as a code owner September 17, 2026 08:23
@ktf
ktf merged commit f9feece into AliceO2Group:dev Sep 17, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants