- 03 Oct, 2023 1 commit
-
-
Umang Yadav authored
-
- 29 Sep, 2023 1 commit
-
-
Chris Austen authored
Enable MLIR performance enhancements with MIGRAPHX_ENABLE_MLIR=1
-
- 28 Sep, 2023 1 commit
-
-
Paul Fultz II authored
-
- 27 Sep, 2023 2 commits
-
-
Ted Themistokleous authored
-
Ted Themistokleous authored
-
- 24 Sep, 2023 1 commit
-
-
Chris Austen authored
-
- 20 Sep, 2023 1 commit
-
-
Chris Austen authored
Adjust Github Action flows to reduce the workload per commit by caching the docker image once so all jobs can use it
-
- 14 Sep, 2023 1 commit
-
-
Paul Fultz II authored
-
- 13 Sep, 2023 1 commit
-
-
Umang Yadav authored
-
- 12 Aug, 2023 2 commits
-
-
Paul Fultz II authored
-
Paul Fultz II authored
-
- 11 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 22 Jul, 2023 1 commit
-
-
Paul Fultz II authored
This adds a format.py file which will check or apply formatting using git clang-format or yapf.
-
- 21 Jul, 2023 1 commit
-
-
Umang Yadav authored
HIP requires global work items in multiple of local work items. If it is not it is not guaranteed to generate correct results all the time. Fixes #1977 Fixes #1644 MIGraphX CI has moved to rocm-5.6 which doesn't require hipRTC workarounds
-
- 07 Jul, 2023 2 commits
-
-
Umang Yadav authored
-
Umang Yadav authored
* move tidy,cppcheck to rocm-ubuntu runners
-
- 19 May, 2023 1 commit
-
-
Chris Austen authored
Co-authored-by:
Sam Wu <sam.wu2@amd.com> Co-authored-by:
Paul <pfultz2@yahoo.com>
-
- 18 May, 2023 1 commit
-
-
Umang Yadav authored
-
- 06 May, 2023 1 commit
-
-
Chris Austen authored
Remove various file not required for what we use Github runners for
-
- 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
-
- 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
-
- 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.
-
- 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 1 commit
-
-
Chris Austen authored
Codecov announced deprecating the bash uploader. Using updated uploader
-
- 19 Aug, 2022 1 commit
-
-
Paul Fultz II authored
-
- 25 Jul, 2022 1 commit
-
-
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
-
- 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.
-
- 02 Mar, 2022 2 commits
-
-
bpickrel authored
Update the base version of clang-format from 5.0 to 10.0
-
Paul Fultz II authored
* Free space on github jobs * Delete more stuff * Use sudo
-
- 01 Feb, 2022 1 commit
-
-
Paul Fultz II authored
This will also check the types using mypy on the CI.
-
- 20 Jan, 2022 1 commit
-
-
Chris Austen authored
There have been hangs in the CI runs recently. Github runner jobs are failing due to exceeding file system size. Upgrading to 0.0.11 resolves this issue.
-
- 22 Nov, 2021 1 commit
-
-
Paul authored
-
- 18 Oct, 2021 1 commit
-
-
Paul Fultz II authored
Enable a cppcheck rule to catch these redundant casts in the future
-