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

Test perf #2986

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
04f4510
Create weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
75fab47
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
c4781e7
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
2d9170e
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
e0fc5b0
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
3ea8b38
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
19b9fb9
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
08238ec
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
12df0b9
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
0f5f18d
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
0bdb33f
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
7e62135
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
22b9dc4
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
79bf36f
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
a889579
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
b494348
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
5cbf62a
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
dd96e5b
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
0feb35b
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
240e77a
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
359f3c1
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
7791117
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
5fc4565
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
71a35c2
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
91025ae
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
290e947
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 18, 2024
0518bc8
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 19, 2024
f816643
Create update_file.yml
IgorMirosavljevicHTEC Apr 19, 2024
a562c73
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 19, 2024
26eec88
Update update_file.yml
IgorMirosavljevicHTEC Apr 19, 2024
72ba041
Update weekly_sync.yml
IgorMirosavljevicHTEC Apr 19, 2024
bf12e49
Update rocMLIR main 813e6f0e8e77e98da701b48daa99c7e2d148f32e
IgorMirosavljevicHTEC Apr 19, 2024
27abaab
Merge pull request #8 from IgorMirosavljevicHTEC/rocMLIR-sync-2024-04-19
IgorMirosavljevicHTEC Apr 19, 2024
755ac75
Update sync-onnxrt-main.yaml
IgorMirosavljevicHTEC Apr 19, 2024
8e3c0cd
Update performance.yaml
IgorMirosavljevicHTEC Apr 22, 2024
18f4768
Update rocMLIR main 87a55290b7f89f9f8b97c611e0cf929399a9e0c5
IgorMirosavljevicHTEC Apr 22, 2024
89eff54
Merge pull request #10 from IgorMirosavljevicHTEC/rocMLIR-sync-2024-0…
IgorMirosavljevicHTEC Apr 22, 2024
3b64d09
Update dev-requirements.txt
IgorMirosavljevicHTEC Apr 22, 2024
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
12 changes: 6 additions & 6 deletions .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ on:
performance_reports_repo:
description: Repository where performance reports are stored
required: true
default: 'ROCm/migraphx-reports'
default: 'IgorMirosavljevicHTEC/migraphx-reports'
benchmark_utils_repo:
description: Repository where benchmark utils are stored
required: true
default: "ROCm/migraphx-benchmark-utils"
default: "IgorMirosavljevicHTEC/migraphx-benchmark-utils"
organization:
description: Organization based on which location of files will be different
required: true
Expand All @@ -36,7 +36,7 @@ on:
performance_backup_repo:
description: Repository for backup
required: true
default: migraphx-benchmark/performance-backup
default: IgorMirosavljevicHTEC/performance-backup
flags:
description: -m for Max value; -s for Std dev; -r for Threshold file
required: true
Expand All @@ -48,14 +48,14 @@ concurrency:

jobs:
release:
uses: ROCm/migraphx-benchmark/.github/workflows/perf-test.yml@main
uses: IgorMirosavljevicHTEC/migraphx-benchmark/.github/workflows/perf-test.yml@main
with:
rocm_release: ${{ github.event.inputs.rocm_release || '6.0.2' }}
result_number: ${{ github.event.inputs.result_number || '10' }}
flags: ${{ github.event.inputs.flags || '-r' }}
performance_reports_repo: ${{ github.event.inputs.performance_reports_repo || 'ROCm/migraphx-reports' }}
performance_reports_repo: ${{ github.event.inputs.performance_reports_repo || 'IgorMirosavljevicHTEC/migraphx-reports' }}
performance_backup_repo: ${{ github.event.inputs.performance_backup_repo || 'migraphx-benchmark/performance-backup' }}
benchmark_utils_repo: ${{ github.event.inputs.benchmark_utils_repo || 'ROCm/migraphx-benchmark-utils' }}
benchmark_utils_repo: ${{ github.event.inputs.benchmark_utils_repo || 'IgorMirosavljevicHTEC/migraphx-benchmark-utils' }}
organization: ${{ github.event.inputs.organization || 'AMD' }}
model_timeout: ${{ github.event.inputs.model_timeout || '30m' }}
secrets:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/sync-onnxrt-main.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Onnxruntime main weekly sync

on:
schedule:
- cron: '07 17 * * 5'

#schedule:
# - cron: '07 17 * * 5'
workflow_dispatch:

jobs:
createPullRequest:
name: Update and create pull request
Expand Down Expand Up @@ -54,4 +55,4 @@ jobs:
TedThemistokleous
causten
draft: false
base: develop
base: develop
53 changes: 53 additions & 0 deletions .github/workflows/update_file.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Update file

on:
workflow_dispatch:

jobs:
UpdateFile:
name: Update file test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]

- name: get_date
run: echo todays_date="$(date +'%Y-%m-%d')" >> $GITHUB_ENV

- name: extract_sha1
run: echo rocmlirsha="$(git ls-remote https://github.com/ROCm/rocMLIR.git develop | awk '{print $1}')" >> $GITHUB_ENV

- name: Update
run: |
pwd
ls -l requirements.txt
sed -i "s/ROCm\/rocMLIR@[^ ]*/ROCmSoftwarePlatform\/rocMLIR@${{ env.rocmlirsha }}/g" requirements.txt
ls -l requirements.txt
cat requirements.txt

- name: Make changes to pull request
uses: peter-evans/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update rocMLIR main ${{ env.rocmlirsha }}
committer: Github <[email protected]>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: rocMLIR-sync-${{ env.todays_date }}
delete-branch: true
title: 'rocMLIR Weekly Sync ${{ env.todays_date }}'
body: |
Update rocMLIR version
- Updated with changes from ${{ env.todays_date }}
- Auto-generated by [create-pull-request][1]
- Update requirements.txt to rocMLIR@${{ env.rocmlirsha }}

[1]: https://github.com/peter-evans/create-pull-request
labels: |
onnxruntime
dependencies
automated
skip bot checks
draft: false
base: develop

63 changes: 63 additions & 0 deletions .github/workflows/weekly_sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
name: rocMLIR main weekly sync

on:
# schedule:
# - cron: '10 17 * * 5'
workflow_dispatch:

jobs:
createPullRequest:
name: Update and create pull request
runs-on: ubuntu-latest
steps:
- name: get_date
run: echo todays_date="$(date +'%Y-%m-%d')" >> $GITHUB_ENV

- name: extract_sha1
run: echo rocmlirsha="$(git ls-remote https://github.com/ROCm/rocMLIR.git develop | awk '{print $1}')" >> $GITHUB_ENV

- uses: actions/[email protected]

- name: update_file
run: |
sed -i "s/ROCm\/rocMLIR@[^ ]*/ROCm\/rocMLIR@${{ env.rocmlirsha }}/g" requirements.txt
cat requirements.txt


#- name: action_replace
# uses: Nambers/[email protected]
# with:
# path: ${{ github.workspace }}/requirements.txt
# The regex of old string, which should be replaced
# oldString: ROCmSoftwarePlatform/rocMLIR@(/S+)
# Replace old string to this string
# newString: ROCmSoftwarePlatform/rocMLIR@${{ env.rocmlirsha }}
# Print out file content after replacement
# showFileContent: true


- name: Make changes to pull request
uses: peter-evans/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update rocMLIR main ${{ env.rocmlirsha }}
committer: Github <[email protected]>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: rocMLIR-sync-${{ env.todays_date }}
delete-branch: true
title: 'rocMLIR Weekly Sync ${{ env.todays_date }}'
body: |
Update rocMLIR version
- Updated with changes from ${{ env.todays_date }}
- Auto-generated by [create-pull-request][1]
- Update requirements.txt to rocMLIR@${{ env.rocmlirsha }}

[1]: https://github.com/peter-evans/create-pull-request
labels: |
onnxruntime
dependencies
automated
skip bot checks
draft: false
base: develop
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ pybind/pybind11@d159a563383d10c821ba7b2a71905d1207db6de4 --build
msgpack/[email protected] -DMSGPACK_BUILD_TESTS=Off
[email protected] -DCMAKE_POSITION_INDEPENDENT_CODE=On
ROCm/composable_kernel@57cdd70b7cb14e5e3b60cd9a5f96ba8dc343763e -DCK_BUILD_JIT_LIB=On -DCMAKE_POSITION_INDEPENDENT_CODE=On
ROCm/rocMLIR@ede6eff5dd3d33b34e48e1b429e8c0b0acac68e6 -DBUILD_FAT_LIBROCKCOMPILER=On
ROCm/rocMLIR@87a55290b7f89f9f8b97c611e0cf929399a9e0c5 -DBUILD_FAT_LIBROCKCOMPILER=On
Loading