Grafico dei commit

17 Commit

Autore SHA1 Messaggio Data
Marius Brehler 5b27b961b2 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.
2025-04-29 16:18:51 -05:00
Nilesh M Negi c96deb13cd [BUILD] Fix rccl-tests version string for packaging (#117)
Signed-off-by: nileshnegi <Nilesh.Negi@amd.com>
2025-04-29 08:51:43 -05:00
nileshnegi 5625599dda Merge remote-tracking branch 'nccl-tests/master' into develop 2025-04-21 19:46:10 -05:00
David Sidler 46152785f0 Use find_package for MPI (#92)
* Use find_package for MPI
* Minor fixes
2025-01-14 11:49:20 -06:00
akolliasAMD 56a5bb0486 Merge branch 'develop' 2024-01-30 12:50:38 -05: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
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 6048078be2 search SLES install paths for MPI 2023-07-24 12:02:44 -07:00
Edgar Gabriel bdf58b1656 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-03-02 19:40:13 +00:00
Pedram Alizadeh 255750b094 Adding -pthread flag for linking issues into CMakeLists.txt and src/Makefile (#31) 2023-03-02 11:05:25 -05:00
Pedram Alizadeh 5275aa5715 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
2023-02-24 21:39:04 -05:00
Edgar Gabriel 2b2f23f42d auto-detect and enable MPI 2023-02-23 18:27:08 +00:00
Edgar Gabriel 377b28e5fb make cmake stage also pass in CI
the subdir entry is not actually required for the compilation.
2022-10-31 22:07:15 +00:00
Edgar Gabriel 641e93e99c make rccl-test compile again.
all files compile now.
mpi tests also pass
2022-10-21 22:07:33 +00:00
Liam Wrubleski d704668bf7 Add CMake files to build & package (#15)
* Add CMake files to build & package

* Change build technique on CI

* Correct CI build command
2022-08-09 11:17:07 -06:00