-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding the script to build and run the rccl-tests for PTS #26
base: master
Are you sure you want to change the base?
Commits on Oct 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7130fa6 - Browse repository at this point
Copy the full SHA 7130fa6View commit details
Commits on Nov 10, 2021
-
Add option to statically link cudart
Build with CUDARTLIB=cudart_static to remove dynamic linkage Also removed unused curand and nvToolsExt dependencies BUG 95
Configuration menu - View commit details
-
Copy full SHA for de3ddbe - Browse repository at this point
Copy the full SHA de3ddbeView commit details
Commits on May 26, 2022
-
Merge pull request #96 from NVIDIA/nersc-linkage-fix
Add option to statically link cudart
Configuration menu - View commit details
-
Copy full SHA for 8274cb4 - Browse repository at this point
Copy the full SHA 8274cb4View commit details
Commits on Aug 23, 2022
-
* Added "verifiable", a suite of kernels for generating and verifying reduction input and output arrays in a bit-precise way. * Data corruption errors now reported in number of wrong elements instead of max deviation. * Use ncclGetLastError. * Don't run hypercube on non-powers of 2 ranks. * Fix to hypercube data verification. * Use "thread local" as the defaut CUDA capture mode. * Replaced pthread_yield -> sched_yield() * Bugfix to the cpu-side barrier/allreduce implementations.
Configuration menu - View commit details
-
Copy full SHA for 51af557 - Browse repository at this point
Copy the full SHA 51af557View commit details -
Changed top-level Makefile behavior so that BUILDDIR is interpreted
as relative to top-level directory. This done is by abspath'ing it before passing it to subdirectory Makefile's. The old behavior had two cases: with and without BUILDDIR being set by the user. With BUILDDIR not set, the build dir would be named "build" in the top-level directory. If BUILDDIR was set, then the build dir would be placed at "src/${BUILDDIR}". The new behavior is simpler, if BUILDDIR is not set then it defaults to "build", and the directory holding the final build is always at just "${BUILDDIR}" in the top level.
Configuration menu - View commit details
-
Copy full SHA for bc5f7cf - Browse repository at this point
Copy the full SHA bc5f7cfView commit details
Commits on Sep 6, 2022
-
Display N/A for error count in AlltoAll in-place test
AlltoAll does not support in-place buffers
Configuration menu - View commit details
-
Copy full SHA for a0a1491 - Browse repository at this point
Copy the full SHA a0a1491View commit details
Commits on Sep 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for afa4c56 - Browse repository at this point
Copy the full SHA afa4c56View commit details -
Fix preprocessor version check for ncclGetLastError()
ncclGetLastError() was added in NCCL 2.13.0
Configuration menu - View commit details
-
Copy full SHA for 749573f - Browse repository at this point
Copy the full SHA 749573fView commit details
Commits on Sep 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d313d20 - Browse repository at this point
Copy the full SHA d313d20View commit details
Commits on Oct 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d22281c - Browse repository at this point
Copy the full SHA d22281cView commit details
Commits on Oct 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3ae371c - Browse repository at this point
Copy the full SHA 3ae371cView commit details
Commits on Oct 21, 2022
-
all files compile now. mpi tests also pass
Configuration menu - View commit details
-
Copy full SHA for 641e93e - Browse repository at this point
Copy the full SHA 641e93eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a89c30 - Browse repository at this point
Copy the full SHA 9a89c30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d7cd87 - Browse repository at this point
Copy the full SHA 4d7cd87View commit details -
Merge pull request #21 from ROCmSoftwarePlatform/topic/v2.13.4-sync
Topic/v2.13.4 sync
Configuration menu - View commit details
-
Copy full SHA for 84e8be8 - Browse repository at this point
Copy the full SHA 84e8be8View commit details
Commits on Oct 25, 2022
-
error introduced with the web merger-resolution tool :-(
Configuration menu - View commit details
-
Copy full SHA for 8a754f1 - Browse repository at this point
Copy the full SHA 8a754f1View commit details -
Merge pull request #22 from edgargabriel/pr/compile-fix
fix a messing endif statement
Configuration menu - View commit details
-
Copy full SHA for fb0d339 - Browse repository at this point
Copy the full SHA fb0d339View commit details
Commits on Oct 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9c97467 - Browse repository at this point
Copy the full SHA 9c97467View commit details -
Merge pull request #23 from edgargabriel/pr/link-fix
add the rccl/lib directory to the link path
Configuration menu - View commit details
-
Copy full SHA for a80fbba - Browse repository at this point
Copy the full SHA a80fbbaView commit details -
make cmake stage also pass in CI
the subdir entry is not actually required for the compilation.
Configuration menu - View commit details
-
Copy full SHA for 377b28e - Browse repository at this point
Copy the full SHA 377b28eView commit details
Commits on Nov 1, 2022
-
Merge pull request #24 from edgargabriel/pr/cmake-fix
make cmake stage also pass in CI
Configuration menu - View commit details
-
Copy full SHA for a8c920c - Browse repository at this point
Copy the full SHA a8c920cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d3a53d - Browse repository at this point
Copy the full SHA 9d3a53dView commit details
Commits on Nov 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 08f8dc6 - Browse repository at this point
Copy the full SHA 08f8dc6View commit details
Commits on Nov 30, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for e9f5be1 - Browse repository at this point
Copy the full SHA e9f5be1View commit details
Commits on Dec 1, 2022
-
Merge pull request #27 from edgargabriel/topic/half_prod_fix
fix algorithm assigning values in testsuite
Configuration menu - View commit details
-
Copy full SHA for b3f0716 - Browse repository at this point
Copy the full SHA b3f0716View commit details
Commits on Feb 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2b2f23f - Browse repository at this point
Copy the full SHA 2b2f23fView commit details -
Merge pull request #28 from edgargabriel/topic/mpi-auto-compile
auto-detect and enable MPI
Configuration menu - View commit details
-
Copy full SHA for 453e729 - Browse repository at this point
Copy the full SHA 453e729View commit details
Commits on Feb 25, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 5275aa5 - Browse repository at this point
Copy the full SHA 5275aa5View commit details
Commits on Mar 2, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for bdf58b1 - Browse repository at this point
Copy the full SHA bdf58b1View commit details
Commits on Mar 3, 2023
-
Merge pull request #32 from edgargabriel/topic/mpi-auto-compile
revamp cmake MPI detection
Configuration menu - View commit details
-
Copy full SHA for 0fc25d5 - Browse repository at this point
Copy the full SHA 0fc25d5View commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 83a89cb - Browse repository at this point
Copy the full SHA 83a89cbView commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 948a664 - Browse repository at this point
Copy the full SHA 948a664View commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 491c33c - Browse repository at this point
Copy the full SHA 491c33cView commit details