Wenkai Du
f4bedf20a3
Merge pull request #61 from ROCm/nccl_tests_sync
...
Nccl tests sync
[ROCm/rccl-tests commit: b9b73002da ]
2024-03-01 11:54:43 -08:00
Wenkai Du
b49f6da1ec
Merge remote-tracking branch 'nccl-tests/master' into HEAD
...
[ROCm/rccl-tests commit: 621dde544d ]
2024-03-01 18:34:44 +00:00
Wenkai Du
ff97af6529
Fix typo in rank assignment ( #59 )
...
[ROCm/rccl-tests commit: 7715a0cf1f ]
2024-02-15 12:04:38 -08:00
David Addison
5d52f0285c
Added missing MPI_Comm_free() call before MPI_Finalize()
...
[ROCm/rccl-tests commit: c6afef0b6f ]
2024-02-05 08:53:54 -08:00
akolliasAMD
32b41b9e3a
Merge pull request #58 from ROCm/newPotentialMaster
...
Develop branch merged into master
[ROCm/rccl-tests commit: 28b05ac4b5 ]
2024-02-02 14:05:30 -07:00
akolliasAMD
73f1f3cb3a
Merge branch 'develop'
...
[ROCm/rccl-tests commit: 56a5bb0486 ]
2024-01-30 12:50:38 -05:00
Nusrat Islam
db8e7cbb68
Merge pull request #57 from nusislam/out-of-place
...
Add option to disable out-of-place runs
[ROCm/rccl-tests commit: 48f22de5be ]
2024-01-04 17:42:12 -06:00
Nusrat Islam
26b1b0b822
Add option to disable out-of-place
...
[ROCm/rccl-tests commit: a2bec5d2f6 ]
2024-01-04 16:43:50 -06:00
Nilesh M Negi
cffd823582
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 >
[ROCm/rccl-tests commit: b1f86ea6eb ]
2023-12-06 17:24:37 -06:00
Lauren Wrubleski
5070d67f9a
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.
[ROCm/rccl-tests commit: e1a816b869 ]
2023-12-05 19:20:46 -06:00
Bertan Dogancay
c07676388b
Fixing hipcc location for develop CI ( #52 )
...
[ROCm/rccl-tests commit: 8bfb67faf3 ]
2023-10-19 13:29:42 -06:00
Wenkai Du
ccad358bc9
Warm up both out-of-place and in-place collectives ( #51 )
...
[ROCm/rccl-tests commit: 5ee7a08994 ]
2023-10-16 12:13:50 -07:00
David Addison
459b52158f
Added an MPI_Barrier() call after MPI_Bcast() for HCOLL issue
...
[ROCm/rccl-tests commit: 1292b25553 ]
2023-10-12 16:53:32 -07:00
gilbertlee-amd
fa4dd9dbf0
Fixing hipcc location for CI ( #47 )
...
[ROCm/rccl-tests commit: 46375b1c52 ]
2023-09-22 14:38:31 -06:00
David Addison
e1f13fac90
Make the -c option be a datacheck iteration count parameter
...
Default is 1
[ROCm/rccl-tests commit: 6c46206a47 ]
2023-09-13 14:03:38 -07:00
arvindcheru
0232bf4300
Update Makefile - HIPCC Path Updated to latest ( #46 )
...
[ROCm/rccl-tests commit: c1ec0c8aaf ]
2023-08-04 19:42:33 -04:00
arvindcheru
2e12f0cfce
Update Makefile - HIPCC Path Updated to latest ( #45 )
...
[ROCm/rccl-tests commit: a6593375bc ]
2023-08-04 19:33:39 -04:00
Edgar Gabriel
3ac60e394f
Merge pull request #44 from edgargabriel/topic/master-cmake-sync
...
Topic/master cmake sync
[ROCm/rccl-tests commit: 39c69fa1c1 ]
2023-07-26 11:32:45 -05:00
Edgar Gabriel
aaae644862
search SLES install paths for MPI
...
[ROCm/rccl-tests commit: efdd4ad40b ]
2023-07-25 19:29:13 +00:00
Edgar Gabriel
84e9a3bbfc
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.
[ROCm/rccl-tests commit: 8fc00ec32e ]
2023-07-25 19:28:35 +00:00
Edgar Gabriel
3ff4890b6f
auto-detect and enable MPI
...
[ROCm/rccl-tests commit: c96ff57ac7 ]
2023-07-25 19:27:13 +00:00
Edgar Gabriel
233b7f1f9d
Merge pull request #43 from edgargabriel/topic/sles-mpi-autodetect
...
search SLES install paths for MPI
[ROCm/rccl-tests commit: 591ec7777b ]
2023-07-25 10:37:40 -05:00
Edgar Gabriel
1b21a6fdd8
search SLES install paths for MPI
...
[ROCm/rccl-tests commit: 6048078be2 ]
2023-07-24 12:02:44 -07:00
Wenkai Du
431f21ca11
Remove hardcoded number of GPUs limit for alltoallv ( #41 )
...
[ROCm/rccl-tests commit: fcd0888d53 ]
2023-06-18 18:07:29 -07:00
Wenkai Du
2ae74ac7cb
Merge pull request #40 from ROCmSoftwarePlatform/fix_merge
...
Fix merge error
[ROCm/rccl-tests commit: 6f6c7f8cdd ]
2023-06-15 07:35:35 -07:00
Wenkai Du
a87b64d7c0
Fix merge error
...
[ROCm/rccl-tests commit: 652a24d38d ]
2023-06-14 20:26:33 +00:00
Wenkai Du
6d796595d9
Merge pull request #39 from ROCmSoftwarePlatform/develop_merge
...
Merge with latest nccl-tests
[ROCm/rccl-tests commit: 8ca93a6ddd ]
2023-06-14 11:29:09 -07:00
Wenkai Du
a2e8a44adb
Merge remote-tracking branch 'nccl/master' into develop
...
[ROCm/rccl-tests commit: bb0f15d407 ]
2023-06-14 08:21:02 -07:00
Wenkai Du
e07d7ec1b5
Merge pull request #38 from ROCmSoftwarePlatform/develop_merge
...
Merge master branch into develop
[ROCm/rccl-tests commit: d5201418a9 ]
2023-06-14 08:12:30 -07:00
Wenkai Du
7820b9f63f
Merge remote-tracking branch 'origin/master' into develop
...
[ROCm/rccl-tests commit: 469225bcaf ]
2023-06-14 08:01:50 -07:00
Sylvain Jeaugey
876c86fcdb
Merge pull request #146 from yangxingwu/master
...
makefile: remove extra space
[ROCm/rccl-tests commit: 1a5f551ffd ]
2023-06-06 11:58:24 +02:00
yangxingwu
cba8bfd093
makefile: remove extra space
...
[ROCm/rccl-tests commit: 52ea1b2148 ]
2023-06-06 09:47:50 +00:00
Pedram Alizadeh
aa5f75aa9c
fixing the error message for mpirun when number of requested GPUs exceeds the limits ( #37 )
...
[ROCm/rccl-tests commit: d16d1fb16b ]
2023-04-27 14:06:17 -04:00
Pedram Alizadeh
b7054b500a
Revert "fixing the error message for mpirun when number of requested GPUs exceeds the limits ( #33 )" ( #36 )
...
This reverts commit 39f83d5bb7 .
[ROCm/rccl-tests commit: e856fa720f ]
2023-04-25 13:44:43 -04:00
Pedram Alizadeh
39f83d5bb7
fixing the error message for mpirun when number of requested GPUs exceeds the limits ( #33 )
...
[ROCm/rccl-tests commit: e146460810 ]
2023-04-03 11:37:13 -04:00
Sylvain Jeaugey
5244aae891
Merge pull request #135 from aavbsouza/fix_nvcc_variable_handling
...
fix handling of variable NVCC.
[ROCm/rccl-tests commit: e98ef24bc0 ]
2023-03-27 11:14:10 +02:00
alan.souza
4fd5ceeba8
fix handling of variable NVCC. Permit overriding the variable using environment variables
...
[ROCm/rccl-tests commit: 7ccda3c97b ]
2023-03-25 16:56:16 -03:00
David Addison
f5512c6a2e
Merge pull request #134 from flx42/patch-1
...
Update README.md to fix -i default increment value.
[ROCm/rccl-tests commit: e76e36e9a9 ]
2023-03-23 09:53:15 -07:00
Felix Abecassis
b3db782c3f
Update README.md
...
[ROCm/rccl-tests commit: 17d0a42d5a ]
2023-03-23 09:05:41 -07:00
Edgar Gabriel
e49c79845e
Merge pull request #32 from edgargabriel/topic/mpi-auto-compile
...
revamp cmake MPI detection
[ROCm/rccl-tests commit: 0fc25d5b61 ]
2023-03-03 07:55:52 -06:00
Edgar Gabriel
e86966907d
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.
[ROCm/rccl-tests commit: bdf58b1656 ]
2023-03-02 19:40:13 +00:00
Pedram Alizadeh
cd256748c0
Adding -pthread flag for linking issues into CMakeLists.txt and src/Makefile ( #31 )
...
[ROCm/rccl-tests commit: 255750b094 ]
2023-03-02 11:05:25 -05:00
Pedram Alizadeh
ed7707fa1b
Adding -pthread flag for linking issues into src/Makefile ( #30 )
...
* Adding -pthread flag for linking issues into src/Makefile
* Adding -pthread flag for linking issues into CMakeLists.txt
[ROCm/rccl-tests commit: 5275aa5715 ]
2023-02-24 21:39:04 -05:00
Edgar Gabriel
7a6420ecb4
Merge pull request #28 from edgargabriel/topic/mpi-auto-compile
...
auto-detect and enable MPI
[ROCm/rccl-tests commit: 453e72972b ]
2023-02-23 12:35:59 -06:00
Edgar Gabriel
cc584c4825
auto-detect and enable MPI
...
[ROCm/rccl-tests commit: 2b2f23f42d ]
2023-02-23 18:27:08 +00:00
Sylvain Jeaugey
b70cac2b33
Update README.md
...
Improve MPI example to avoid confusion of number of processes / total number of GPUs.
https://github.com/NVIDIA/nccl-tests/issues/54#issuecomment-1212023369
[ROCm/rccl-tests commit: 2cbb968101 ]
2023-01-03 08:47:43 +01:00
David Addison
129a1b4b78
Add boot_id to the hostname hash due to collisions on Azure
...
Fixes #60
[ROCm/rccl-tests commit: 0b4c4cb99f ]
2022-12-12 01:16:46 -08:00
Jithin Jose
5ba670d551
Use DJB2a hash algorithm in getHostHash()
...
[ROCm/rccl-tests commit: 0aeba157db ]
2022-12-12 01:16:38 -08:00
Edgar Gabriel
72f54c0ae6
Merge pull request #27 from edgargabriel/topic/half_prod_fix
...
fix algorithm assigning values in testsuite
[ROCm/rccl-tests commit: b3f0716190 ]
2022-12-01 08:11:52 -06:00
Edgar Gabriel
84ee112d50
fix algorithm assigning values in testsuite
...
avoid a division by zero which seems to only occur for op=prod and
datatype=half, since the maximum exponent is small (15) and can exceed
the number of ranks.
[ROCm/rccl-tests commit: e9f5be184c ]
2022-11-30 23:01:46 +00:00