Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change multi-threading logic for SBGEMV to be the same as SGEMV. #4933

Merged
merged 1 commit into from
Oct 12, 2024

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