-
Notifications
You must be signed in to change notification settings - Fork 18
add BLAS test #268
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
add BLAS test #268
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
c92b8b8
add BLAS test
a0c85d6
update Makefile to not include common.mk
7caae27
add MKL; add more tags
328741c
add 2023b
df66259
add test docstring
3ea8724
add BLIS tests
5a12683
simplify perf variables
c7dcd98
add more docstrings
869a747
typos in docstring
d2baddf
various improvements
5ffa89c
docstring
489ce3f
module_name(s) fixes
d172ee0
update variable name
581c552
add sanitycheck to ensure BLAS backend is found
d7d9c0b
Merge branch 'main' into blas
92585e1
add __init__.py files + minor style changes
cb44619
don't use predefined module lists
89a44b7
update docstring
8995cb2
various small code improvements
c34f1d9
refactor
97e096c
add type check for module_name
47a8540
Merge branch 'main' into blas
57c46f8
also load matching buildenv module (required for EESSI)
c6288bf
merge main
d4bc0b5
fix?
d14dbfc
minor order change
cc51207
don't fail, just skip
a803d02
use generic select_matching_modules function
92c9e09
remove unused import
9089a16
fix type hints
3bbd80e
prepend global vars with underscore
4c92d69
update get_blas_modules
d07ca75
update get_blas_modules again
a5b4e97
fix split_module function
c1df749
add index parameter to add_buildenv_module function
cf39ca1
set compact thread binding
e603086
reorder list of modules to have BLIS always last
56aeed7
merge main
feea17e
add thread binding variables to eessi_mixin
bb06255
fix hooks order in metalwalls test
8a948e4
use a single thread_binding variable
8c234f2
remove single-threaded tests
4618d49
remove old line
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # WARNING: do not remove this file. | ||
| # It is needed to autogenerate documentation from this repo. |
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.