-
Notifications
You must be signed in to change notification settings - Fork 197
Using Blis for test validation #621
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 all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
a611389
Adding blis to rocblas
73b146a
cmake changes
05eab11
Setting up blis for all tests, benchmark
mahmoodw 986e99d
fixing blis in rocblas-bench
mahmoodw 3139f2e
format
mahmoodw bacc9a6
Fixing pthread docker issue
mahmoodw 26b429d
Testing dependency changes
mahmoodw 7bd1977
more testing
mahmoodw 28f4646
more testing
mahmoodw 78dd8f7
more testing
mahmoodw 28e7c6f
sudo blis install
mahmoodw 27b1c76
Modifying Jenkinsfile to add additional jobs and add sudo to all cent…
amdkila ae537c9
Removed sudo and changed permissions of sudoers file
amdkila a6723c1
CentOS fix for PR attempt 1
amdkila b6c5b24
removing almost everything from centos dockerfile, and adding video g…
amdkila bf3db30
Using own iamax cpu reference code
mahmoodw af170e4
Trying to fix threads issue in CMake file
amdkila 6a9e22f
format
mahmoodw 48b5c5d
Merge branch 'addBlis' of https://github.com/mahmoodw/rocBLAS into ad…
amdkila a994b64
adding -lpthread to cmake commands
amdkila 3ff4ff4
Merge branch 'develop' into addBlis
mlse-lib-jenkins bc35bd4
aabs changed to asum...
mahmoodw a93cfc5
Removed attempted CMake fix
amdkila 5fad5ff
Merge branch 'addBlis' of https://github.com/mahmoodw/rocBLAS into ad…
amdkila 1e5fae1
force nightly test runs on Ubuntu
amdkila cb087a8
Re-adding previous packages from CentOS
amdkila edf18d7
Only nightly tests for CentOS and added libgomp package
amdkila 7135032
added find threads to all CMakeLists files
amdkila 428198b
Removed findThreads from deps/CMakeList.txt
amdkila a518dd2
add openmp dir to Cmake files
amdkila 303f51d
got rid of text causing centos to fail in docker stage
amdkila c6dec01
adding unique CMake flag for CentOS
amdkila 0dbfb75
fix conflict caused by change in line endings
amdkila f33d397
Merge branch 'develop' of https://github.com/RocmSoftwarePlatform/roc…
amdkila 6242724
CentOS compiles successfully
amdkila c0953b2
Reverted Jenkinsfile to develop
amdkila 4138943
Changed install script to detect zen architecture if Ubuntu 16
amdkila 1c8675d
testing Zen architecture attempt 3
amdkila 26e2981
Attempt 4 at checking for architecture
amdkila b49a586
Added Ubuntu to avoid potential conflicts with Fedora
amdkila ca13e66
Install script changes
amdkila d4c9e61
Fixing merge conflicts
amdkila 6ac69dd
added 2 extra jobs to match develop
amdkila cb66adc
Added new label
amdkila 84615db
testing timing using single thread
mahmoodw cec7c06
Merge branch 'addBlis' of https://github.com/mahmoodw/rocBLAS into ad…
mahmoodw fc333d8
Jenkins partitioning hyperthreaded cores properly
mahmoodw 44dfc8c
Removing intel labels
amdkila b12f45e
@hyperthread2
amdkila b2ce514
removing setup from gtest
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| [submodule "extern/blis"] | ||
| path = extern/blis | ||
| url = https://github.com/amd/blis.git | ||
| branch = 1.3 |
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,9 @@ | ||
| #include "blis.h" | ||
| #include "omp.h" | ||
|
|
||
| void setup_blis() | ||
| { | ||
| bli_init(); | ||
| } | ||
|
|
||
| static int initialize_blis = (setup_blis(), 0); | ||
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
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.