Skip to content

blas_quickdivide failing with out-of-bounds access for >64 CPUs #1541

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

Closed
martin-frbg opened this issue Apr 29, 2018 · 0 comments
Closed

blas_quickdivide failing with out-of-bounds access for >64 CPUs #1541

martin-frbg opened this issue Apr 29, 2018 · 0 comments

Comments

@martin-frbg
Copy link
Collaborator

Copied from mailing list posting by Abdelkareem Emara (25/4/2018), which also scheds some light on the true issue behind the malfunctioning blas_quickdivide that caused the recent issue #1497. Function blas_quickdivide() on at least x86_64 (as declared in common_x86_64.h) uses an array of precomputed values, blas_quick_divide_table[] that is defined in driver/others/divtable.c - which has only 65 entries.

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

No branches or pull requests

1 participant