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

Perf test enabling #3433

Draft
wants to merge 91 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
c9f66c4
enabling perf tests
Dec 2, 2024
f555504
added .jenkinsfile for perf_test stage
Dec 5, 2024
ff32c2f
+shared_library_branch
Dec 5, 2024
f1b4a6c
added script {} call
Dec 5, 2024
8a1685c
fixed syntax
Dec 5, 2024
b2a2305
more syntax fix
Dec 5, 2024
0f966bf
fixed pipeline syntax
Dec 6, 2024
5ad1d2a
trying to get over scm not found error
Dec 9, 2024
945951f
commented out scm function
Dec 9, 2024
484de32
fixed param in .jenkins file
Dec 9, 2024
6cf8e57
commented out unused util_lib declaration
Dec 9, 2024
c5fcb81
fix
Dec 9, 2024
2bf62fe
fixed perf_test + added multiproc run with mp.Pool to fully utilize #…
Dec 11, 2024
5ef0b7d
checkout scm function
Dec 11, 2024
55068ae
removed BRANCH_NAME param
Dec 11, 2024
ead2112
printout
Dec 11, 2024
05be981
removed unset param DOCKER_CRED
Dec 11, 2024
9e12d65
removed golden_branch logic
Dec 11, 2024
3fbaf7f
removed when conditional for test/arch
Dec 11, 2024
e45b804
added PERF_TEST_ARCHIVE so we can archive res from branch
Dec 11, 2024
342d7c6
fixed archive check
Dec 11, 2024
1d97146
added checkout scm to perfrun fct
Dec 11, 2024
9c17ac6
added checkout scm in rocmnode
Dec 11, 2024
666cfe9
test
Dec 11, 2024
09e82ae
testing with smaller files
Dec 11, 2024
65c225d
trying to add shared lib folder
Dec 11, 2024
6ce1207
addes script
Dec 11, 2024
5f9ef74
trying to load utils before calling it
Dec 11, 2024
a9129ff
trying diff way to load utils lib
Dec 11, 2024
1a8da49
test
Dec 11, 2024
756839c
test
Dec 11, 2024
f0a766f
test
Dec 11, 2024
99db8c3
test
Dec 11, 2024
ce72006
trying to define the extra libs inside Jenkinsfile
Dec 12, 2024
2539ea1
trying to define the extra libs inside Jenkinsfile
Dec 12, 2024
9924010
trying to define the extra libs inside Jenkinsfile
Dec 12, 2024
d5bca97
trying to define the extra libs inside Jenkinsfile
Dec 12, 2024
dafe5d9
trying to define the extra libs inside Jenkinsfile
Dec 12, 2024
0b6e174
removed rocmnode from .jenkinsfile
Dec 12, 2024
e719b4c
moved from austin tag to alex tag
Dec 12, 2024
db5c7cb
tesdt
Dec 12, 2024
31782b9
trying to load utils from Jenkinsfile
Dec 12, 2024
80d17f8
disabling parallel stages to test
Dec 12, 2024
b6da91f
disabling parallel stages to test
Dec 12, 2024
7fb5008
fix check for empty param
Dec 12, 2024
c1d5c28
checking install paths
Dec 12, 2024
db85630
typo fix
Dec 12, 2024
9ee2332
added gfx1201 to build stage
Dec 12, 2024
d42f715
added new gfx to docker build
alexandraBara Dec 12, 2024
4e97baa
reverted to austin nodes
Dec 16, 2024
365c264
Merge branch 'alex_perf_test' of https://github.com/ROCm/MIOpen into …
Dec 16, 2024
ceb36b2
fixed CMakelist file to install perf test files
Dec 16, 2024
3a5bc4a
cleanup
Dec 16, 2024
099c7d6
removed caching for docker to build new docker
Dec 16, 2024
6bab6cb
added build docker stage to pipeline
Dec 17, 2024
bb375da
fixed pipe
Dec 17, 2024
5f5cfe3
removed params that are not needed from docker build expression
Dec 17, 2024
7e59495
maybe fix
Dec 17, 2024
50c05c8
maybe fix
Dec 17, 2024
21e313c
setting build_install: true
Dec 19, 2024
ad33930
fixed install path
Dec 19, 2024
59ed108
wrapped the cleanup step in a conditional
Dec 20, 2024
e296485
fixed syntax
Dec 20, 2024
e88d5d4
fixed syntax
Dec 20, 2024
ce6793c
+install in runperf stage
Dec 20, 2024
83c1038
fixed install path for RunPerf
Dec 22, 2024
bb24da7
testing out with a successfull last build
Dec 22, 2024
deb1a7b
fix
Dec 22, 2024
5fb6d53
readded writing results to perf_results/<filename> for archiving and …
Jan 2, 2025
5a4e109
moved the archiving
Jan 2, 2025
1ae603a
trying to add utils
Jan 2, 2025
fd9ac7f
fixed archive path
Jan 2, 2025
3e5eeb6
maybe fixed artifact path
Jan 2, 2025
851b7f9
123
Jan 2, 2025
29423ec
123
Jan 2, 2025
2568b37
123
Jan 2, 2025
fa7832d
123
Jan 2, 2025
6a9edc5
fixed JK file
Jan 2, 2025
163f426
testing to have a successful build
Jan 3, 2025
0fa7706
testing diff file
alexandraBara Jan 3, 2025
df96cb8
testing out with only 1 file
alexandraBara Jan 3, 2025
8496f40
added optional compare_to_base param
Jan 3, 2025
5a6df5f
updated artifact_path in Jk settings + groovy file
Jan 3, 2025
e9f4680
enabling all perf test files
alexandraBara Jan 6, 2025
1f33903
loading vars file before each stage
alexandraBara Jan 6, 2025
b667aff
removed the conditional when
alexandraBara Jan 6, 2025
56441a2
re-enable miopenCheckout
alexandraBara Jan 6, 2025
8fb8114
removed unnecessary package_build param from test function
alexandraBara Jan 6, 2025
350b899
syntax fux
alexandraBara Jan 6, 2025
6a785b2
testing out 2 stages in non-parallel
alexandraBara Jan 6, 2025
7569602
removed extra stage
alexandraBara Jan 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading