Skip to content

Conversation

@jayhawk-commits
Copy link
Contributor

Trying out multi-threaded for all GEMM sizes.

From https://github.com/OpenMathLib/OpenBLAS/blob/develop/Makefile.rule#L241-L246

# If any gemm argument m, n or k is less or equal this threshold, gemm will be execute
# with single thread. (Actually in recent versions this is a factor proportional to the
# number of floating point operations necessary for the given problem size, no longer
# an individual dimension). You can use this setting to avoid the overhead of multi-
# threading in small matrix sizes. The default value is 4, but values as high as 50 have 
# been reported to be optimal for certain workloads (50 is the recommended value for Julia).

@geomin12 geomin12 added the test:rocblas For pull requests, limit testing to only rocblas and other labeled projects. label Dec 1, 2025
@jayhawk-commits jayhawk-commits added project: hipblaslt test:hipblaslt For pull requests, limit testing to only hipblaslt and other labeled projects. and removed project: hipblaslt labels Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test:hipblaslt For pull requests, limit testing to only hipblaslt and other labeled projects. test:rocblas For pull requests, limit testing to only rocblas and other labeled projects.

Projects

Status: TODO

Development

Successfully merging this pull request may close these issues.

3 participants