17 Коммитов

Автор SHA1 Сообщение Дата
Marius Brehler b0b615091e Link Threads::Threads (#119)
`pthread.h` is included in `src/common.h` but lib is not properly
linked, resulting in the build failing with unresolved symbols when
trying to link.

[ROCm/rccl-tests commit: 5b27b961b2]
2025-04-29 16:18:51 -05:00
Nilesh M Negi 6d2ec88eec [BUILD] Fix rccl-tests version string for packaging (#117)
Signed-off-by: nileshnegi <Nilesh.Negi@amd.com>

[ROCm/rccl-tests commit: c96deb13cd]
2025-04-29 08:51:43 -05:00
nileshnegi 8d887aad0d Merge remote-tracking branch 'nccl-tests/master' into develop
[ROCm/rccl-tests commit: 5625599dda]
2025-04-21 19:46:10 -05:00
David Sidler 8135eefce7 Use find_package for MPI (#92)
* Use find_package for MPI
* Minor fixes

[ROCm/rccl-tests commit: 46152785f0]
2025-01-14 11:49:20 -06:00
akolliasAMD 73f1f3cb3a Merge branch 'develop'
[ROCm/rccl-tests commit: 56a5bb0486]
2024-01-30 12:50:38 -05: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
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 1b21a6fdd8 search SLES install paths for MPI
[ROCm/rccl-tests commit: 6048078be2]
2023-07-24 12:02:44 -07: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 cc584c4825 auto-detect and enable MPI
[ROCm/rccl-tests commit: 2b2f23f42d]
2023-02-23 18:27:08 +00:00
Edgar Gabriel 3c2ff83a6a make cmake stage also pass in CI
the subdir entry is not actually required for the compilation.


[ROCm/rccl-tests commit: 377b28e5fb]
2022-10-31 22:07:15 +00:00
Edgar Gabriel fab39367ae make rccl-test compile again.
all files compile now.
mpi tests also pass


[ROCm/rccl-tests commit: 641e93e99c]
2022-10-21 22:07:33 +00:00
Liam Wrubleski 10d8a890fb Add CMake files to build & package (#15)
* Add CMake files to build & package

* Change build technique on CI

* Correct CI build command

[ROCm/rccl-tests commit: d704668bf7]
2022-08-09 11:17:07 -06:00