Graf commitů

208 Commity

Autor SHA1 Zpráva Datum
mberenjk eb65dadfc5 replacing rccl_bfloat16 with hip_bfloat16 (#70)
Co-authored-by: Marzieh Berenjkoub <mberenjk@amd.com>
2024-04-23 17:00:20 -05:00
Nilesh M Negi e8650b1844 [DOCS] Update README for performance-oriented runs (#73)
Signed-off-by: nileshnegi <Nilesh.Negi@amd.com>
2024-04-23 14:30:06 -05:00
Nilesh M Negi 990f88cbaa Ammend use of CUSTOM_RCCL_LIB to avoid build error (#71)
Signed-off-by: nileshnegi <Nilesh.Negi@amd.com>
2024-04-12 12:01:32 -05:00
mberenjk 3f7f7859bf adding git version to rccl-tests (#69)
Co-authored-by: mberenjk <mberenjk@amd.com>
2024-03-28 14:03:59 -05:00
akolliasAMD ddac5f30b1 Merge pull request #68 from ROCm/revert-66-mberenjk/adding_git_version2
Revert "adding git version to rccl-test"
2024-03-22 10:23:24 -06:00
akolliasAMD 91609be0ef Revert "adding git version to rccl-test (#66)"
This reverts commit a31679775c.
2024-03-22 10:21:37 -06:00
mberenjk a31679775c adding git version to rccl-test (#66)
* adding git version to rccl-test

---------

Co-authored-by: mberenjk <mberenjk@banff-cyxtera-s74-2.ctr.dcgpu>
2024-03-20 10:04:12 -05:00
Andy li e447c17382 update the fp8 header file name (#65)
* update the fp8 header name
2024-03-08 10:02:40 -08:00
Andy li 21e59fb283 Enable fp8 support (#63)
* initial checkin

* rename the fp8 datatype name

* update based on cr comments

* resolve the build issue

* resolve fp8 campability issue

* fix minior bug and catch up to reflex latest develop branch change

* add fp8 + operatior support

* update fp8 header file

* resolve merge issue from develop branch
2024-03-07 16:54:41 -08:00
Bertan Dogancay 7a7a5969d0 Revert __nv_bfloat16 back to hip_bfloat16 (#64) 2024-03-06 11:11:44 -07:00
Bertan Dogancay 88cf7dbf45 Add hipify steps prior to build (#62)
* Add hipify steps prior to build
2024-03-05 09:47:18 -07:00
Wenkai Du b9b73002da Merge pull request #61 from ROCm/nccl_tests_sync
Nccl tests sync
2024-03-01 11:54:43 -08:00
Wenkai Du 621dde544d Merge remote-tracking branch 'nccl-tests/master' into HEAD 2024-03-01 18:34:44 +00:00
Wenkai Du 7715a0cf1f Fix typo in rank assignment (#59) 2024-02-15 12:04:38 -08:00
David Addison c6afef0b6f Added missing MPI_Comm_free() call before MPI_Finalize() 2024-02-05 08:53:54 -08:00
akolliasAMD 28b05ac4b5 Merge pull request #58 from ROCm/newPotentialMaster
Develop branch merged into master
2024-02-02 14:05:30 -07:00
akolliasAMD 56a5bb0486 Merge branch 'develop' 2024-01-30 12:50:38 -05:00
Nusrat Islam 48f22de5be Merge pull request #57 from nusislam/out-of-place
Add option to disable out-of-place runs
2024-01-04 17:42:12 -06:00
Nusrat Islam a2bec5d2f6 Add option to disable out-of-place 2024-01-04 16:43:50 -06:00
Nilesh M Negi b1f86ea6eb Update default GPUs and build for AMDGPU_TARGETS (#55)
* Update default GPUs and build for AMDGPU_TARGETS
* Make GPU_TARGETS a cache variable
---------
Signed-off-by: nileshnegi <Nilesh.Negi@amd.com>
2023-12-06 17:24:37 -06:00
Lauren Wrubleski e1a816b869 Offload arch linking (#54)
* Update CMakeLists.txt

* Update CMakeLists.txt

* Link rccl_common object against hip::device

Previously the tests were compiled with `--amdgpu-target` to compile for multiple architectures, As rccl_common was not compiled against those architectures, this didn't work. Linking it against hip::device automatically links against all architectures in `AMDGPU_TARGETS`, and so are the test executables.
2023-12-05 19:20:46 -06:00
Bertan Dogancay 8bfb67faf3 Fixing hipcc location for develop CI (#52) 2023-10-19 13:29:42 -06:00
Wenkai Du 5ee7a08994 Warm up both out-of-place and in-place collectives (#51) 2023-10-16 12:13:50 -07:00
David Addison 1292b25553 Added an MPI_Barrier() call after MPI_Bcast() for HCOLL issue 2023-10-12 16:53:32 -07:00
gilbertlee-amd 46375b1c52 Fixing hipcc location for CI (#47) 2023-09-22 14:38:31 -06:00
David Addison 6c46206a47 Make the -c option be a datacheck iteration count parameter
Default is 1
2023-09-13 14:03:38 -07:00
arvindcheru c1ec0c8aaf Update Makefile - HIPCC Path Updated to latest (#46) 2023-08-04 19:42:33 -04:00
arvindcheru a6593375bc Update Makefile - HIPCC Path Updated to latest (#45) 2023-08-04 19:33:39 -04:00
Edgar Gabriel 39c69fa1c1 Merge pull request #44 from edgargabriel/topic/master-cmake-sync
Topic/master cmake sync
2023-07-26 11:32:45 -05:00
Edgar Gabriel efdd4ad40b search SLES install paths for MPI 2023-07-25 19:29:13 +00:00
Edgar Gabriel 8fc00ec32e revamp cmake MPI detection
we honor user requested MPI installations using MPI_PATH first,
and check afterwards for MPICH and Open MPI in the default
Ubuntu and RHEL installation directories.
2023-07-25 19:28:35 +00:00
Edgar Gabriel c96ff57ac7 auto-detect and enable MPI 2023-07-25 19:27:13 +00:00
Edgar Gabriel 591ec7777b Merge pull request #43 from edgargabriel/topic/sles-mpi-autodetect
search SLES install paths for MPI
2023-07-25 10:37:40 -05:00
Edgar Gabriel 6048078be2 search SLES install paths for MPI 2023-07-24 12:02:44 -07:00
Wenkai Du fcd0888d53 Remove hardcoded number of GPUs limit for alltoallv (#41) 2023-06-18 18:07:29 -07:00
Wenkai Du 6f6c7f8cdd Merge pull request #40 from ROCmSoftwarePlatform/fix_merge
Fix merge error
2023-06-15 07:35:35 -07:00
Wenkai Du 652a24d38d Fix merge error 2023-06-14 20:26:33 +00:00
Wenkai Du 8ca93a6ddd Merge pull request #39 from ROCmSoftwarePlatform/develop_merge
Merge with latest nccl-tests
2023-06-14 11:29:09 -07:00
Wenkai Du bb0f15d407 Merge remote-tracking branch 'nccl/master' into develop 2023-06-14 08:21:02 -07:00
Wenkai Du d5201418a9 Merge pull request #38 from ROCmSoftwarePlatform/develop_merge
Merge master branch into develop
2023-06-14 08:12:30 -07:00
Wenkai Du 469225bcaf Merge remote-tracking branch 'origin/master' into develop 2023-06-14 08:01:50 -07:00
Sylvain Jeaugey 1a5f551ffd Merge pull request #146 from yangxingwu/master
makefile: remove extra space
2023-06-06 11:58:24 +02:00
yangxingwu 52ea1b2148 makefile: remove extra space 2023-06-06 09:47:50 +00:00
Pedram Alizadeh d16d1fb16b fixing the error message for mpirun when number of requested GPUs exceeds the limits (#37) 2023-04-27 14:06:17 -04:00
Pedram Alizadeh e856fa720f Revert "fixing the error message for mpirun when number of requested GPUs exceeds the limits (#33)" (#36)
This reverts commit e146460810.
2023-04-25 13:44:43 -04:00
Pedram Alizadeh e146460810 fixing the error message for mpirun when number of requested GPUs exceeds the limits (#33) 2023-04-03 11:37:13 -04:00
Sylvain Jeaugey e98ef24bc0 Merge pull request #135 from aavbsouza/fix_nvcc_variable_handling
fix handling of variable NVCC.
2023-03-27 11:14:10 +02:00
alan.souza 7ccda3c97b fix handling of variable NVCC. Permit overriding the variable using environment variables 2023-03-25 16:56:16 -03:00
David Addison e76e36e9a9 Merge pull request #134 from flx42/patch-1
Update README.md to fix -i default increment value.
2023-03-23 09:53:15 -07:00
Felix Abecassis 17d0a42d5a Update README.md 2023-03-23 09:05:41 -07:00