Skip to content

GPU: Metal branches in the common array and math helpers - #15801

Merged
ktf merged 1 commit into
AliceO2Group:devfrom
ktf:pr15801
Sep 16, 2026
Merged

ktf merged 1 commit into
AliceO2Group:devfrom
ktf:pr15801

Conversation

@ktf

@ktf ktf commented Sep 16, 2026

Copy link
Copy Markdown
Member

MSL provides its own array type, so std::array aliases to it rather than
using the device fallback. GPUCommonMath routes rsqrt and the atomics to
their MSL spellings (atomic_*_explicit).

MSL provides its own array type, so std::array aliases to it rather than
using the device fallback. GPUCommonMath routes rsqrt and the atomics to
their MSL spellings (atomic_*_explicit).
@ktf
ktf requested a review from davidrohr as a code owner September 16, 2026 08:38
@ktf
ktf merged commit 7675f01 into AliceO2Group:dev Sep 16, 2026
9 of 12 checks passed
@ktf

ktf commented Sep 16, 2026

Copy link
Copy Markdown
Member Author

Metal specific branches. GPU tests still pass. Merging.

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