Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NVIDIA/stdexec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: NVIDIA/stdexec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: async_algorithms_v1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 32 files changed
  • 1 contributor

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    79427f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b55c340 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b86fd6e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    98aacd9 View commit details
    Browse the repository at this point in the history
  2. Add support for optionally binding the range or function input to the…

    … CUDA
    
    stream `reduce` sender adaptor.
    brycelelbach committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    58a53e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    318d6df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f555dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de9600f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ef145e View commit details
    Browse the repository at this point in the history
  7. Fix issues with and add tests for all the interface variants of the C…

    …UDA stream
    
    `reduce` adaptor.
    brycelelbach committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    5c5315d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b3e6829 View commit details
    Browse the repository at this point in the history
  9. Re-add proper error handling and other fixes to rebase the new CUDA `…

    …reduce`
    
    adaptor on the latest version of `stdexec`.
    brycelelbach committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    41cdfd6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6027c60 View commit details
    Browse the repository at this point in the history
  11. Start refactoring CUDA error handling:

    * Add `nvexec::cuda_exception`.
    * Change the `cudaError_t` checking macro/function to throw if
      `STDEXEC_THROW_ON_CUDA_ERROR` (or `_DEBUG`/`DEBUG`) is defined or print if
      `STDEXEC_PRINT_ON_CUDA_ERROR` is defined.
    * Ensure that all CUDA runtime API calls are checked.
    brycelelbach committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    31daba1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c79a2d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    f71b2c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b536d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c720a2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6da8b0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d79ecf View commit details
    Browse the repository at this point in the history
Loading