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

Switch to using std::copy #23

Merged
merged 5 commits into from
Dec 3, 2023
Merged

Switch to using std::copy #23

merged 5 commits into from
Dec 3, 2023

Commits on Dec 3, 2023

  1. instead of using std::ranges::copy, use std::copy

    Signed-off-by: Anjan Roy <[email protected]>
    itzmeanjan committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    67ba348 View commit details
    Browse the repository at this point in the history
  2. update benchmark input sizes

    Signed-off-by: Anjan Roy <[email protected]>
    itzmeanjan committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    4119945 View commit details
    Browse the repository at this point in the history
  3. update github actions CI script to also run tests on macos, along w…

    …ith `ubuntu` target
    
    Signed-off-by: Anjan Roy <[email protected]>
    itzmeanjan committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    ef746e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01d4065 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd4d82e View commit details
    Browse the repository at this point in the history