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: Add a symbol suffix option #27500

Merged
merged 1 commit into from
Nov 17, 2021

Conversation

haampie
Copy link
Member

@haampie haampie commented Nov 17, 2021

Some packages use a 64_ or _64 symbol suffix for the ilp64 (= 64-bit
integers) interface for BLAS. In particular if we want to support shim
libraries like libopenblastrampoline supporting both the 32 and 64 bit
integer version of blas, it must be possible to distinguish between the
two.

@spackbot-app

This comment has been minimized.

@haampie
Copy link
Member Author

haampie commented Nov 17, 2021

@sethrj would you care to have a look at this one too? :D

@haampie
Copy link
Member Author

haampie commented Nov 17, 2021

or maybe @michaelkuhn.

@spackbot run pipeline

@spackbot-app
Copy link

spackbot-app bot commented Nov 17, 2021

I had a problem triggering the pipeline.

@haampie
Copy link
Member Author

haampie commented Nov 17, 2021

@spackbot run pipeline

@spackbot-app
Copy link

spackbot-app bot commented Nov 17, 2021

I had a problem triggering the pipeline.

@haampie
Copy link
Member Author

haampie commented Nov 17, 2021

@spackbot run pipeline

@spackbot-app
Copy link

spackbot-app bot commented Nov 17, 2021

I had a problem triggering the pipeline.

sethrj
sethrj previously approved these changes Nov 17, 2021
Copy link
Contributor

@sethrj sethrj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Underscore variants are ugly but can't really be helped. Looks good to me.

@sethrj sethrj enabled auto-merge (squash) November 17, 2021 13:14
@sethrj sethrj changed the title Add a symbol suffix option to openblas OpenBLAS: Add a symbol suffix option Nov 17, 2021
@haampie
Copy link
Member Author

haampie commented Nov 17, 2021

Now we just have to convince spackbot it should do something with this PR

Some packages use a 64_ or _64 symbol suffix for the ilp64 (= 64-bit
integers) intefrace for BLAS. In particular if we want to support shim
libraries like libopenblastrampoline supporting both the 32 and 64 bit
integer version of blas, it must be possible to distinguish between the
two.
@sethrj sethrj merged commit d900abe into spack:develop Nov 17, 2021
@haampie haampie deleted the feature/openblas/symbol_suffix branch November 17, 2021 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants