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

Put in tests for sampler #248

Merged
merged 108 commits into from
Apr 11, 2024
Merged

Put in tests for sampler #248

merged 108 commits into from
Apr 11, 2024

Commits on Apr 1, 2024

  1. Create test_sampler.cpp

    vlkale authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    750304d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dde439 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64a9f1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99d589d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d13efe8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1673d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51c2094 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Update kp_sampler_skip.cpp: \n instead of std::endl

    \n is faster for performance
    vlkale authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e1aacb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0801d92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c371396 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83b5041 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79f4b42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b39e3dc View commit details
    Browse the repository at this point in the history
  7. Create test_parreduce.cpp

    vlkale authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b802f47 View commit details
    Browse the repository at this point in the history
  8. Create test_parscan.cpp

    vlkale authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a4741e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    acf4f21 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83c3d8c View commit details
    Browse the repository at this point in the history
  11. Update test_parreduce.cpp: fix x[i] to x(i)

    View  index access of x does not use []
    vlkale authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3402f8f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6dd9a63 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ca38a69 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e381df3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    01cc359 View commit details
    Browse the repository at this point in the history
  16. test_parreduce.cpp: reduction operator second argument

    second argument
    vlkale authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    83910d9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9b31f1e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    05db2a6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    039665f View commit details
    Browse the repository at this point in the history
  20. Update kp_kernel_logger.cpp: fix typo for scan callback

    The typo was kokkospk_end_parallel_scan. This causes the third test for the sampler to fail.
    vlkale authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c74c1b8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    489b5f3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ddc89dc View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    b905edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e27371 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19967bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2943eb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    113b4dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f5604d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0a956e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae0cfa2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54009c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0587bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    65b2ac5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5389966 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Update README.md

    Co-authored-by: Daniel Arndt <[email protected]>
    vlkale and masterleinad authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9e1d806 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from kokkos/develop

    Rebase develop branch into test-for-sampler
    vlkale authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c38076f View commit details
    Browse the repository at this point in the history
  3. Update test_parfor.cpp

    vlkale authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6f6a305 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97da044 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cbecfe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6afc419 View commit details
    Browse the repository at this point in the history
  7. fix test par for

    vlkale committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    cb310a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7624153 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b1ca10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    13ba383 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e18d2f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    21ee9e2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    48b869d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    756bd68 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6e28d67 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    57a66fc View commit details
    Browse the repository at this point in the history
  17. Update test_parfor.cpp

    vlkale authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a0a8483 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7f0a70d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    89ea724 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f4227be View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5b87797 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9abf32e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    d363a92 View commit details
    Browse the repository at this point in the history
  2. Update test_parreduce.cpp

    vlkale authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    23d0f81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffbbb85 View commit details
    Browse the repository at this point in the history
  4. Update test_parscan.cpp

    vlkale authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    660c4ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17ed285 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b8db70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1cb3fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    388ca7b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4dea629 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f97a3b4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    336e304 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    69c694a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    26573e5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c72fbb0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    404f061 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5e5ecfe View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b436b4b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5f60e7e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c287148 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f3e54eb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ac11f49 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2c5fd43 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. kp_sampler_skip.cpp: std::cout to std::cerr

    Co-authored-by: Daniel Arndt <[email protected]>
    vlkale and masterleinad authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    262a6bb View commit details
    Browse the repository at this point in the history
  2. test_parscan.cpp: fix declaration for variable result

    Co-authored-by: Damien L-G <[email protected]>
    vlkale and dalg24 authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    fd36878 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d146c28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22ba2e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8a492e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc0c10c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71adb27 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    aab0435 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a23028 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    877d863 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fa94c5 View commit details
    Browse the repository at this point in the history
  5. test_parreduce.cpp: fix test

    vlkale authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    88040dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    030734b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c563ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d644d7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8f29f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1f4e9c2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    efa80cb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    08be2d7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    13d78db View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    603ecc4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8aaaae9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    790752f View commit details
    Browse the repository at this point in the history