Skip to content
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

Implement all reduce-like operators #76

Merged
merged 12 commits into from
Oct 15, 2019
Merged

Commits on Oct 15, 2019

  1. Implement ReduceProducer

    ReduceProducer is a helper class that makes implementing reduce-like
    operators trivial.
    broadwaylamb committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    0bb1195 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc71eb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    996204e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3086ad5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d05edc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc7426a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a4a500 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0f2c54 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a615894 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5eb7b3c View commit details
    Browse the repository at this point in the history
  11. Remove Unreachable.swift

    broadwaylamb committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    a768c72 View commit details
    Browse the repository at this point in the history
  12. Fix a compiler crash on Linux

    This crash could only be reproduced in release configuration
    broadwaylamb committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    52316d8 View commit details
    Browse the repository at this point in the history