- 06 May, 2023 1 commit
-
-
Chris Austen authored
Remove various file not required for what we use Github runners for
-
- 01 May, 2023 1 commit
-
-
Pavle Jacovic authored
-
- 27 Apr, 2023 1 commit
-
-
Djordje Petrovic authored
-
- 18 Apr, 2023 1 commit
-
-
Umang Yadav authored
* Use hash for docker layer * Remove `layer-` prefix. it gets added by action automatically * Add requirements file to docker key hash
-
- 17 Apr, 2023 1 commit
-
-
Umang Yadav authored
CI changes to improve github cache management
-
- 12 Apr, 2023 1 commit
-
-
Djordje Petrovic authored
-
- 11 Apr, 2023 1 commit
-
-
Ted Themistokleous authored
-
- 29 Mar, 2023 1 commit
-
-
Pavle Jacovic authored
-
- 28 Mar, 2023 1 commit
-
-
Pavle Jacovic authored
-
- 22 Mar, 2023 1 commit
-
-
Umang Yadav authored
prevent dynamically loading the target library that is not compiled with the same version of MIGraphX core lib.
-
- 15 Mar, 2023 1 commit
-
-
Umang Yadav authored
-
- 13 Mar, 2023 1 commit
-
-
Umang Yadav authored
* use GITHUB_STATE
-
- 10 Mar, 2023 1 commit
-
-
Ted Themistokleous authored
-
- 09 Mar, 2023 1 commit
-
-
Ted Themistokleous authored
* Update github action for onnxruntime sync to open autoPR
-
- 04 Mar, 2023 1 commit
-
-
Chris Austen authored
github action file change
-
- 03 Mar, 2023 1 commit
-
-
Chris Austen authored
-
- 02 Mar, 2023 1 commit
-
-
Umang Yadav authored
-
- 01 Mar, 2023 1 commit
-
-
Chris Austen authored
Enable multiple orgs for testing
-
- 03 Feb, 2023 1 commit
-
-
Chris Austen authored
Switch default ROCm version to 5.4.2 and default calculation algorithm to defined threshold
-
- 01 Feb, 2023 1 commit
-
-
Chris Austen authored
The satakey proiject has been abandoned satackey/action-docker-layer-caching#347. Another repo has taken over this work. It is active and has resolved recent github action deprecation issues.
-
- 30 Jan, 2023 2 commits
-
-
Ted Themistokleous authored
Declare OS type in action
-
Ted Themistokleous authored
Enable cron based action
-
- 26 Jan, 2023 1 commit
-
-
Ted Themistokleous authored
Adding action to setup CI for weekly commits for Friday 9AM
-
- 16 Jan, 2023 1 commit
-
-
Charlie Lin authored
Create a workflows to allow issues to be assigned to a project in github
-
- 09 Jan, 2023 1 commit
-
-
Charlie Lin authored
* Getting incorrect token error on workflow * Try using the other token from ci.yaml * Rename workflow Co-authored-by:Chris Austen <causten@users.noreply.github.com>
-
- 06 Jan, 2023 1 commit
-
-
Charlie Lin authored
* Create workflow to add to Github project
-
- 22 Nov, 2022 1 commit
-
-
Chris Austen authored
* Default ROCm version set to 5.3 and schedule update due to DST for nightly build.
-
- 07 Nov, 2022 1 commit
-
-
Umang Yadav authored
* free up more github runner space * upgrade versions
-
- 27 Oct, 2022 1 commit
-
-
Chris Austen authored
Upgraded Dockerfiles and fixed tidy issues to make Ubuntu 20.04 and ROCm 5.3.0 the default
-
- 24 Sep, 2022 2 commits
-
-
Chris Austen authored
Workflow has concurrency reintroduced with different set of rules. New expected behavior is to check concurrency on PR level with one running and one pending performance tests. In case of multiple commits in same PR, always the latest commit is queued after initiated performance test execution is completed. Any other PRs/commits are in pending/queued state
-
Chris Austen authored
Codecov announced deprecating the bash uploader. Using updated uploader
-
- 19 Sep, 2022 1 commit
-
-
Chris Austen authored
-
- 19 Aug, 2022 1 commit
-
-
Paul Fultz II authored
-
- 17 Aug, 2022 1 commit
-
-
Chris Austen authored
-
- 25 Jul, 2022 2 commits
-
-
varunsh authored
* Add is_supported to the target * Add get_target_assignments * Rename assignment to target_assignments * Add ref target header to test * Add fpga target * Make context const in compute
-
Chris Austen authored
* Add performance check per commit
-
- 12 Jul, 2022 1 commit
-
-
Paul Fultz II authored
This will ensure that migraphx.h can be included from a C compiler, and check that the C API can be called. This includes stdbool.h which is needed when using bool from C.
-
- 24 Jun, 2022 1 commit
-
-
Ted Themistokleous authored
Used to determine what files contain a license and are stamped. If not we exit and return an error code that can be later ingested by another script, as well as a list of the outstanding files in questions. Currently baked in the list of files we should support or not support with licenses in them a well as some stuff to quickly ignore
-
- 06 May, 2022 1 commit
-
-
Chris Austen authored
Move to CI containers to rocm 5.0.2 upgrade to 20.04 free up some more file space in github action environments
-
- 24 Mar, 2022 1 commit
-
-
Paul Fultz II authored
This creates a custom op which has name() and compute_shape() methods.
-