Skip to content

Conversation

@ChipKerchner
Copy link
Contributor

@ChipKerchner ChipKerchner commented Oct 11, 2024

The logic for threading SBGEMV was only using the size of the vector when determining whether or not to thread it.

This makes the logic the same as SGEMV (F32).

With 32 threads, I'm seeing a 4.9X improvement for SBGEMV.

@ChipKerchner
Copy link
Contributor Author

ChipKerchner commented Oct 11, 2024

The failures don't seem to be related to my change since they are not BF16.

@martin-frbg
Copy link
Collaborator

The failures don't seem to be related to my change since they are not BF16.

right. that is fallout from yesrerday's pr merge that made the ctests raise sigabrt on failure. this uncovered a latent failure that makes little sense except as a compiler error (given that it affects the pure C mips64_generic target, and only the cblas version of the test)

@martin-frbg martin-frbg added this to the 0.3.29 milestone Oct 12, 2024
@martin-frbg martin-frbg merged commit 3184b7f into OpenMathLib:develop Oct 12, 2024
82 of 84 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.

2 participants