Joseph Macaranas
9bd0cf605b
External CI: Support for rocPyDecode ( #3631 )
2024-08-21 16:14:36 -04:00
Daniel Su
1d74447e3a
External CI: add hipBLASLt to MIGraphX and ROCmValidationSuite ( #3630 )
2024-08-21 14:38:09 -04:00
Daniel Su
001e3fed67
External CI: Increase CK timeout to 4 hours ( #3626 )
2024-08-21 10:23:27 -04:00
Daniel Su
120e68b73f
External CI: fix HIP pipeline ID for copyHIP ( #3620 )
2024-08-20 13:10:42 -04:00
Daniel Su
a64e619931
External CI: use root disk for ROCm nightly build ( #3619 )
2024-08-20 12:07:16 -04:00
Joseph Macaranas
525f0a6b97
External CI: Pipeline dependency adjustments for hipBLAS-common ( #3618 )
2024-08-20 11:51:30 -04:00
Daniel Su
4d0fd51950
External CI: make llvm-project symlink optional ( #3617 )
2024-08-20 11:26:02 -04:00
Daniel Su
a3a6534f91
External CI: add hipBLAS-common to MIOpen ( #3616 )
2024-08-20 10:30:18 -04:00
alexxu-amd
260c07e26f
External CI: Add hipBLAS-common to hipBLASLt dependency list ( #3613 )
...
* add hipBLAS-common as dependency
* add test variables
* revert test variable
2024-08-19 18:55:04 -04:00
Daniel Su
b5220f9849
External CI: create llvm symlink in all components ( #3612 )
2024-08-19 16:20:58 -04:00
Daniel Su
1979d514f0
External CI: multi-gfx nightly ROCm builds ( #3611 )
2024-08-19 15:50:06 -04:00
Daniel Su
8e135f9873
External CI: enable clr and rocMLIR latestFromBranch downloads ( #3604 )
2024-08-16 14:19:20 -04:00
Daniel Su
6cb11bf0c2
External CI: fix rocDecode CXX compiler ( #3593 )
2024-08-16 09:03:32 -04:00
Joseph Macaranas
4e9094e412
Fix for hipother External CI pipeline ( #3597 )
...
Recompilation of hip for AMD backend uses Microsoft-hosted agent, so no need to worry about VM costs if we re-build for any hipother repo changes.
2024-08-15 15:53:03 -04:00
Joseph Macaranas
f4f58d4d83
Revert "External CI: Move llvm output folder to expected path (Part 1) ( #3588 )" ( #3594 )
...
This reverts commit 707ef1da12 .
2024-08-15 13:31:58 -04:00
Joseph Macaranas
707ef1da12
External CI: Move llvm output folder to expected path (Part 1) ( #3588 )
...
Includes temporary symbolic link for testing each part in isolation.
2024-08-15 11:17:02 -04:00
Joseph Macaranas
e2a04586ad
External CI: rocDecode dependency update for PR #408 ( #3589 )
2024-08-14 17:14:41 -04:00
Daniel Su
2ede39e314
External CI: add OpenCL ICD libs to HIP/clr ( #3584 )
2024-08-14 16:14:08 -04:00
Joseph Macaranas
b98bc71cb8
External CI Pytorch Job Updates ( #3586 )
...
- Add support for gfx90a build.
- Adding versioning information to wheel file name.
- Change path for aotriton install to match pytorch repo.
2024-08-14 15:51:13 -04:00
Daniel Su
e602d2c52e
External CI: CK set -Wno-missing-include-dirs ( #3578 )
2024-08-13 15:09:21 -04:00
Joseph Macaranas
4ce97de16e
External CI: Adjustments from per-GPU job deployment. ( #3577 )
...
hipSPARSELt does not support gfx90a according to its CMakeLists.txt
composable_kernel build jobs are timing out, so adding 20 minutes more.
2024-08-13 10:39:53 -04:00
alexxu-amd
f7e6bd50ed
External CI: Add hipBLAS-common dependency to hipBLAS ( #3576 )
...
* add hipBLAS-common
* revert manual test variables
2024-08-13 10:19:19 -04:00
Joseph Macaranas
f116ddd5c9
External CI: Parallel per-GPU job support for other components ( #3551 )
...
Extension of PR #3544 and additional logic for ROCm dependency downloads to account for gpu target for components that can specify GPU target when building or have direct dependencies of these components. Plus, refactoring if statements to reduce lines of code.
2024-08-12 14:25:36 -04:00
alexxu-amd
4c0650c44e
External CI: Add hipBLAS-common pipeline ( #3572 )
...
* Add hipBLAS-common pipeline
* change task name - to _
* add hipblas-common pipeline id and default branch
* Update MIOpen.yml
* add variables for manual test
* delete manual installation of hipblas-common
* reorder dependencies, add hipblas-common
* add variables for manual test
* add hipBLAS-common to hipBLASLt
* Change GPU target
* revert variables from manual test
* Update MIOpen.yml
* Update MIOpen.yml
* remove hipBLAS-common dependency
* revert change to hipblaslt
* remove an unused cmake flag
2024-08-12 14:23:43 -04:00
danielsu-amd
095535cc93
fix ROCgdb comp name ( #3555 )
2024-08-08 15:54:37 -04:00
danielsu-amd
b46f82eab2
External CI: don't set latestFromBranch for tag-builds and fixed dependencies ( #3550 )
2024-08-08 15:30:45 -04:00
Joseph Macaranas
e0555d7f81
External CI: Nightly pytorch packaging ( #3545 )
...
Skip redundant step of compressing wheel file into a tarball and publish the wheel file explicitly.
2024-08-08 11:48:42 -04:00
Joseph Macaranas
00d6116f0a
External CI: Parallel per GPU jobs and file filters ( #3544 )
...
Adding support for parallel build jobs where the only difference is the singular GPU target. This allows nightly packaging jobs to pick and choose based on GPU target to reduce download size.
To accommodate this new feature producing multiple artifacts for a component, added support for a file filter when downloading a ROCm component using the format "componentName:fileFilter".
2024-08-08 11:48:31 -04:00
danielsu-amd
358585d00f
External CI: change ROCdbgapi default branch ( #3527 )
2024-08-08 09:22:53 -04:00
danielsu-amd
bef024a500
External CI: download component staging builds by default ( #3524 )
2024-08-06 11:52:41 -04:00
Joseph Macaranas
bf869e9d70
External CI Build Job for Pytorch WHL ( #3476 )
...
* External CI Build Job for Pytorch WHL
* Upgrading build system for pytorch job
2024-07-31 16:11:57 -04:00
danielsu-amd
5909efb01c
External CI: increase hipBLASLt build timeout and storage ( #3475 )
...
* increase timeout to 6 hours, move to large disk pool
* back to medium pool
* 5 hours
2024-07-31 14:37:54 -04:00
danielsu-amd
bbd5642d0d
External CI: add libdrm-dev package to rocFFT ( #3463 )
2024-07-26 14:26:13 -04:00
danielsu-amd
7edc2a677b
External CI: add rocRAND and hipRAND to ROCmValidationSuite ( #3453 )
...
* add hiprand dep to rvs
* checkoutref
* medium pool
* back to base
* add rocrand
* rm checkoutref
2024-07-23 16:37:31 -04:00
alexxu-amd
ac7f0fc9d9
External CI: Switch all pipeline GPU_TARGETS to gfx942 ( #3443 )
...
* Switch all pipeline gpu targets to gfx942
* Change more pipelines target to gfx942
* set variables for manual testing
* Switch all pipeline gpu targets to gfx942
* Change more pipelines target to gfx942
* set variables for manual testing
* add test pipeline id
* revert test changes
* correct gpu target name
* remove unused flags; change hipSPARSELt target to be gfx942
2024-07-22 16:08:50 -04:00
danielsu-amd
25c5163666
External CI: ROCm nightly builds ( #3435 )
...
* ROCm nightly builds
* remove branch trigger, enable develop
2024-07-22 09:26:09 -04:00
danielsu-amd
d7f514e447
External CI: move hipBLASLt to new large disk pool
2024-07-19 09:14:22 -04:00
danielsu-amd
9285fbe704
External CI: move hipBLASLt build directory to ephemeral storage ( #3433 )
...
* build hipblaslt in /mnt instead
* rm checkoutref
* remove debug step
2024-07-17 14:01:20 -04:00
alexxu-amd
e24a0c8272
External CI: Change composable_kernel pipeline to build for specific GPUs with tests and examples ( #3412 )
...
* increase task time limit
* test building CK for multiple architectures
* Update composable_kernel.yml
* Update composable_kernel.yml
* gfx90a build
* gfx941;gfx1100;gfx1030 build
* hipTensor gfx941 build
* hipTensor gfx941 build
* reduce CK timeout to 100 minutes
* change all gfx90a targets to gfx942
2024-07-11 12:13:56 -04:00
alexxu-amd
7f715fa474
External CI: Increase composable_kernel pipeline time limit ( #3407 )
2024-07-09 11:02:40 -04:00
danielsu-amd
cb6b61f3b7
External CI: build hipBLASLt external dependencies ( #3405 )
2024-07-09 09:13:40 -04:00
alexxu-amd
1733902f7c
External CI: Add symlink to lib/llvm folder for ROCmValidationSuite ( #3390 )
...
* add CXX flag
* add CXX flag
* Update ROCmValidationSuite.yml
* Change googletest to libgtest-dev
* Update ROCmValidationSuite.yml
* Update ROCmValidationSuite.yml
* add ROCM_PATH as env var
* add HIP_INC_DIR
* remove manual test variables
* set variables for manual test
* remove CMAKE_CXX_COMPILER flag
* Set link to redirect llvm folder
* correct indentation
* remove manual test variables
* rename task
2024-07-03 17:02:53 -04:00
alexxu-amd
14dbb44056
Update ROCmValidationSuite pipeline according to the latest change ( #3387 )
...
* add CXX flag
* Change googletest to libgtest-dev
* add ROCM_PATH as env var
* add HIP_INC_DIR
2024-07-03 10:32:11 -04:00
danielsu-amd
813972b62b
External CI: Add hipBLAS to MIOpen ( #3386 )
2024-07-02 15:40:44 -04:00
danielsu-amd
5e64d851cb
External CI: Add all current component pipeline IDs ( #3385 )
2024-07-02 13:51:10 -04:00
Brian Harrison
2ee59acf20
External CI: updated MIOpen dependencies
2024-07-02 16:02:49 +00:00
alexxu-amd
325a2fd54c
External CI: Fix a typo from composable_kernel pipeline ( #3373 )
...
* add libdrm-dev lib to CK dependency list
* change INSTANCE_ONLY to INSTANCES_ONLY
2024-06-28 15:39:08 -04:00
Joseph Macaranas
accb1347ea
External CI: Add initial support for rocAL ( #3365 )
2024-06-27 13:58:10 -04:00
alexxu-amd
699b604f00
Add INSTANCE_ONLY cmake flag; change pool to ultra; increase time limit to 3.5hr ( #3275 )
2024-06-27 10:01:43 -04:00
abhimeda
217830fe25
added matrices artifact uploading code from rocSPARSE ( #3356 )
2024-06-25 15:04:52 -04:00