-
Notifications
You must be signed in to change notification settings - Fork 191
linalg: introduce 64-bit integer size BLAS/LAPACK implementation (ilp64
)
#888
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
Merged
Merged
Changes from 23 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
c3a8177
add `ilp64` parameter
perazz 65b1ec6
fypp: template `linalg` integer sizes
perazz 1af9ea9
`blas_aux` template
perazz d5365ba
rollback to duplicate interface method (cannot use interfaces for `(*…
perazz 8046997
`blas_s`: template integer type
perazz b9ff65b
`blas_d`: template integer type
perazz 2cb8422
`blas_q`: template integer type
perazz 7a35557
`blas_c`: template integer type
perazz 9690464
`blas_z`: template integer type
perazz 6487c23
`blas_w`: template integer type
perazz 2c8de7b
`lapack_aux`: template integer type
perazz fbac7a4
`lapack_s`: template integer kind
perazz 3028bb9
lapack_d: cleanup some loops/variables
perazz a6ad491
`lapack_d`: template integer kind
perazz 4deeb9f
`lapack_q`: template integer kind
perazz 21fac25
`lapack_c`: template integer kind
perazz 72e8575
`lapack_z`: generalize integer kind
perazz 93ae41e
`lapack_w`: generalize integer kind
perazz 092d717
remove integer template from comment lines
perazz 318ab8c
template whole BLAS interface
perazz eec81e6
merge interfaces with same REAL/CMPLX name
perazz c0f508f
generalize LAPACK interface
perazz 4b5a6e6
`bbcsd`: generalize templated interface
perazz 34b7a81
deployment: add `WITH_ILP64` option
perazz 4ccfba8
Merge branch 'fortran-lang:master' into linalg_ilp64
perazz b782ddc
'1_${ik}$' -> '1'
perazz d40e088
`parameter` flags for checking external BLAS/LAPACK presence
perazz 0a6b907
set `ilp64` to an invalid kind if not enabled
perazz 4fc5e8b
Document linear algebra in README.md
perazz bef1344
deployment: add ilp64 option
perazz e620e9c
add 64-bit integer LAPACK deployment
perazz e13b612
fix deployment script
perazz 0885394
Update config/fypp_deployment.py
perazz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.