Skip to content

Update SBGEMM neoversev1 kernel to use standard C types#5319

Merged
martin-frbg merged 1 commit intoOpenMathLib:developfrom
imciner2:im/armtypes
Jun 20, 2025
Merged

Update SBGEMM neoversev1 kernel to use standard C types#5319
martin-frbg merged 1 commit intoOpenMathLib:developfrom
imciner2:im/armtypes

Conversation

@imciner2
Copy link
Copy Markdown
Contributor

The tcopy kernel for the neoversev1 added in #5108 used the u_int32_t and u_int64_t data types instead of the standard uint32_t and uint64_t data types, which caused a build failure when building for Musl in Julia: https://buildkite.com/julialang/yggdrasil/builds/21258#019787fd-c33e-4f95-b429-56417737c312/6-2379. This just switches to using the standard data types.

@martin-frbg martin-frbg added this to the 0.3.31 milestone Jun 20, 2025
@martin-frbg martin-frbg merged commit b494505 into OpenMathLib:develop Jun 20, 2025
87 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants