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

Closed
wants to merge 111 commits into from
Closed
Show file tree
Hide file tree
Changes from 70 commits
Commits
Show all changes
111 commits
Select commit Hold shift + click to select a range
c9f66c4
enabling perf tests
alexandraBara Dec 2, 2024
f555504
added .jenkinsfile for perf_test stage
alexandraBara Dec 5, 2024
ff32c2f
+shared_library_branch
alexandraBara Dec 5, 2024
f1b4a6c
added script {} call
alexandraBara Dec 5, 2024
8a1685c
fixed syntax
alexandraBara Dec 5, 2024
b2a2305
more syntax fix
alexandraBara Dec 5, 2024
0f966bf
fixed pipeline syntax
alexandraBara Dec 6, 2024
5ad1d2a
trying to get over scm not found error
alexandraBara Dec 9, 2024
945951f
commented out scm function
alexandraBara Dec 9, 2024
484de32
fixed param in .jenkins file
alexandraBara Dec 9, 2024
6cf8e57
commented out unused util_lib declaration
alexandraBara Dec 9, 2024
c5fcb81
fix
alexandraBara Dec 9, 2024
2bf62fe
fixed perf_test + added multiproc run with mp.Pool to fully utilize #…
alexandraBara Dec 11, 2024
5ef0b7d
checkout scm function
alexandraBara Dec 11, 2024
55068ae
removed BRANCH_NAME param
alexandraBara Dec 11, 2024
ead2112
printout
alexandraBara Dec 11, 2024
05be981
removed unset param DOCKER_CRED
alexandraBara Dec 11, 2024
9e12d65
removed golden_branch logic
alexandraBara Dec 11, 2024
3fbaf7f
removed when conditional for test/arch
alexandraBara Dec 11, 2024
e45b804
added PERF_TEST_ARCHIVE so we can archive res from branch
alexandraBara Dec 11, 2024
342d7c6
fixed archive check
alexandraBara Dec 11, 2024
1d97146
added checkout scm to perfrun fct
alexandraBara Dec 11, 2024
9c17ac6
added checkout scm in rocmnode
alexandraBara Dec 11, 2024
666cfe9
test
alexandraBara Dec 11, 2024
09e82ae
testing with smaller files
alexandraBara Dec 11, 2024
65c225d
trying to add shared lib folder
alexandraBara Dec 11, 2024
6ce1207
addes script
alexandraBara Dec 11, 2024
5f9ef74
trying to load utils before calling it
alexandraBara Dec 11, 2024
a9129ff
trying diff way to load utils lib
alexandraBara Dec 11, 2024
1a8da49
test
alexandraBara Dec 11, 2024
756839c
test
alexandraBara Dec 11, 2024
f0a766f
test
alexandraBara Dec 11, 2024
99db8c3
test
alexandraBara Dec 11, 2024
ce72006
trying to define the extra libs inside Jenkinsfile
alexandraBara Dec 12, 2024
2539ea1
trying to define the extra libs inside Jenkinsfile
alexandraBara Dec 12, 2024
9924010
trying to define the extra libs inside Jenkinsfile
alexandraBara Dec 12, 2024
d5bca97
trying to define the extra libs inside Jenkinsfile
alexandraBara Dec 12, 2024
dafe5d9
trying to define the extra libs inside Jenkinsfile
alexandraBara Dec 12, 2024
0b6e174
removed rocmnode from .jenkinsfile
alexandraBara Dec 12, 2024
e719b4c
moved from austin tag to alex tag
alexandraBara Dec 12, 2024
db5c7cb
tesdt
alexandraBara Dec 12, 2024
31782b9
trying to load utils from Jenkinsfile
alexandraBara Dec 12, 2024
80d17f8
disabling parallel stages to test
alexandraBara Dec 12, 2024
b6da91f
disabling parallel stages to test
alexandraBara Dec 12, 2024
7fb5008
fix check for empty param
alexandraBara Dec 12, 2024
c1d5c28
checking install paths
alexandraBara Dec 12, 2024
db85630
typo fix
alexandraBara Dec 12, 2024
9ee2332
added gfx1201 to build stage
alexandraBara Dec 12, 2024
d42f715
added new gfx to docker build
alexandraBara Dec 12, 2024
4e97baa
reverted to austin nodes
alexandraBara Dec 16, 2024
365c264
Merge branch 'alex_perf_test' of https://github.com/ROCm/MIOpen into …
alexandraBara Dec 16, 2024
ceb36b2
fixed CMakelist file to install perf test files
alexandraBara Dec 16, 2024
3a5bc4a
cleanup
alexandraBara Dec 16, 2024
099c7d6
removed caching for docker to build new docker
alexandraBara Dec 16, 2024
6bab6cb
added build docker stage to pipeline
alexandraBara Dec 17, 2024
bb375da
fixed pipe
alexandraBara Dec 17, 2024
5f5cfe3
removed params that are not needed from docker build expression
alexandraBara Dec 17, 2024
7e59495
maybe fix
alexandraBara Dec 17, 2024
50c05c8
maybe fix
alexandraBara Dec 17, 2024
21e313c
setting build_install: true
alexandraBara Dec 19, 2024
ad33930
fixed install path
alexandraBara Dec 19, 2024
59ed108
wrapped the cleanup step in a conditional
alexandraBara Dec 20, 2024
e296485
fixed syntax
alexandraBara Dec 20, 2024
e88d5d4
fixed syntax
alexandraBara Dec 20, 2024
ce6793c
+install in runperf stage
alexandraBara Dec 20, 2024
83c1038
fixed install path for RunPerf
alexandraBara Dec 22, 2024
bb24da7
testing out with a successfull last build
alexandraBara Dec 22, 2024
deb1a7b
fix
alexandraBara Dec 22, 2024
5fb6d53
readded writing results to perf_results/<filename> for archiving and …
alexandraBara Jan 2, 2025
5a4e109
moved the archiving
alexandraBara Jan 2, 2025
1ae603a
trying to add utils
alexandraBara Jan 2, 2025
fd9ac7f
fixed archive path
alexandraBara Jan 2, 2025
3e5eeb6
maybe fixed artifact path
alexandraBara Jan 2, 2025
851b7f9
123
alexandraBara Jan 2, 2025
29423ec
123
alexandraBara Jan 2, 2025
2568b37
123
alexandraBara Jan 2, 2025
fa7832d
123
alexandraBara Jan 2, 2025
6a9edc5
fixed JK file
alexandraBara Jan 2, 2025
163f426
testing to have a successful build
alexandraBara 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
alexandraBara Jan 3, 2025
5a6df5f
updated artifact_path in Jk settings + groovy file
alexandraBara 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
ec4898f
passing make_targets: install to avoid smoke tests
alexandraBara Jan 7, 2025
7726f83
enabling all perf tests
alexandraBara Jan 7, 2025
de030ab
building/installing/pushing dock image
alexandraBara Jan 7, 2025
398e769
fixed conf arg
alexandraBara Jan 7, 2025
ce4c810
make package_build and build_install take bools not str
alexandraBara Jan 8, 2025
ce841d2
fixed conf param name
alexandraBara Jan 8, 2025
2ee25e3
testing passing docker image through params
alexandraBara Jan 8, 2025
c05a8c1
testing passing image name to groovy
alexandraBara Jan 8, 2025
59f96af
Revert to ce841d26989ee0827caa00fb323341df785aa13b
alexandraBara Jan 8, 2025
792f630
building docker with install
alexandraBara Jan 8, 2025
3c3793f
fixed syntax
alexandraBara Jan 8, 2025
6fc9424
updated Dockerfile to build/install miopen
alexandraBara Jan 9, 2025
9ef4167
syntax fix
alexandraBara Jan 10, 2025
be9b031
syntax fix
alexandraBara Jan 10, 2025
21a5176
added dockerArgs: INSTALL_MIOPEN + branch_name
alexandraBara Jan 10, 2025
b1243ce
branch param fix
alexandraBara Jan 10, 2025
7395729
fixing params new params for Jenkinsfile
alexandraBara Jan 10, 2025
b138de8
added line to install miopen reqs
alexandraBara Jan 10, 2025
6e7351c
removed rbuild directive
alexandraBara Jan 10, 2025
2b76ac3
fixed syntax in Dockerfile
alexandraBara Jan 13, 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