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

Speed up maxout by exploiting parallelism better #579

Merged
merged 2 commits into from Feb 4, 2022

Commits on Jan 25, 2022

  1. Copy the full SHA
    3b39919 View commit details
    Browse the repository at this point in the history
  2. test_ops: check which output of maxout

    Use `which` to select the max elements from the original array and check
    this against the expected maxout output.
    danieldk committed Jan 25, 2022
    Copy the full SHA
    f6e379e View commit details
    Browse the repository at this point in the history