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

OpenBLAS compilation with DYNAMIC_ARCH flag via openblas-src? #106

Open
bangconghuynh opened this issue Aug 25, 2023 · 0 comments
Open

OpenBLAS compilation with DYNAMIC_ARCH flag via openblas-src? #106

bangconghuynh opened this issue Aug 25, 2023 · 0 comments

Comments

@bangconghuynh
Copy link

I am wondering if it is possible to build OpenBLAS via openblas-src with DYNAMIC_ARCH=1 and perhaps also DYNAMIC_OLDER=1 flags passed to make?

I can see that the struct openblas-build/src/build.rs::Configure does have a field called dynamic_arch, but this field is not utilised at all in Configure::make_args. There is also no mechanism in openblas-src/src/build.rs::build on linux target OS's to set dynamic_arch in Configure::make_args.

I am wondering if this is intentional or simply an omission that can be easily fixed?

@bangconghuynh bangconghuynh changed the title OpenBLAS compilation with DYNAMIC_ARCH via openblas-src? OpenBLAS compilation with DYNAMIC_ARCH flag via openblas-src? Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant