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

DPCPP cooperative group #757

Merged
merged 14 commits into from
May 28, 2021
Merged

DPCPP cooperative group #757

merged 14 commits into from
May 28, 2021

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    6c66039 View commit details
    Browse the repository at this point in the history
  2. manually add config selection

    yhmtsai committed May 27, 2021
    Configuration menu
    Copy the full SHA
    3c63671 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b90c7dd View commit details
    Browse the repository at this point in the history
  4. Use general ConfigSet

    Co-authored-by: Terry Cojean <[email protected]>
    yhmtsai and tcojean committed May 27, 2021
    Configuration menu
    Copy the full SHA
    c029470 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f76bcf9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2dcf2d7 View commit details
    Browse the repository at this point in the history
  7. implement full WG_BOUND

    yhmtsai committed May 27, 2021
    Configuration menu
    Copy the full SHA
    e95c14d View commit details
    Browse the repository at this point in the history
  8. improve the test, add description and dim3 test

    Co-authored-by: Aditya Kashi <[email protected]>
    Co-authored-by: Tobias Ribizel <[email protected]>
    3 people committed May 27, 2021
    Configuration menu
    Copy the full SHA
    29d5460 View commit details
    Browse the repository at this point in the history
  9. add the test for ConfigSet and review update

    Co-authored-by: Terry Cojean <[email protected]>
    yhmtsai and tcojean committed May 27, 2021
    Configuration menu
    Copy the full SHA
    b5d6976 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fdce704 View commit details
    Browse the repository at this point in the history
  11. using ::gko::ConfigSetType

    yhmtsai committed May 27, 2021
    Configuration menu
    Copy the full SHA
    5bad163 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ee3b630 View commit details
    Browse the repository at this point in the history
  13. switch shift order, add ConfigSet check, review update

    Co-authored-by: Aditya Kashi <[email protected]>
    Co-authored-by: Tobias Ribizel <[email protected]>
    3 people committed May 27, 2021
    Configuration menu
    Copy the full SHA
    6ab97cd View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. use std::uint32_t, move ConfigSet to core, and del throw in constexpr

    delete throw in constexpr because it fails in gcc <= 5.x
    
    Co-authored-by: Aditya Kashi <[email protected]>
    Co-authored-by: Terry Cojean <[email protected]>
    Co-authored-by: Tobias Ribizel <[email protected]>
    4 people committed May 28, 2021
    Configuration menu
    Copy the full SHA
    7f72418 View commit details
    Browse the repository at this point in the history