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

Add jobs using clang as CUDA compiler #493

Merged
merged 70 commits into from
Oct 11, 2023
Merged

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    1e5c6b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    388af5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b625e93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    260805f View commit details
    Browse the repository at this point in the history
  5. Add Thrust clang-cuda job.

    jrhemstad committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5ac0622 View commit details
    Browse the repository at this point in the history
  6. Fix formatting.

    jrhemstad committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a428b21 View commit details
    Browse the repository at this point in the history
  7. s/need/needs/

    jrhemstad committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3da71f4 View commit details
    Browse the repository at this point in the history
  8. Can't spell good.

    jrhemstad committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    25efa7c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce622cf View commit details
    Browse the repository at this point in the history
  10. Disable other jobs for now.

    jrhemstad committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    13c95ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    800913c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5667982 View commit details
    Browse the repository at this point in the history
  13. Missin quote.

    jrhemstad committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8e66201 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8a2560b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dc550e7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    afd8f13 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    abb8235 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    873db9e View commit details
    Browse the repository at this point in the history
  19. Fix formatting.

    jrhemstad committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    93a10e5 View commit details
    Browse the repository at this point in the history
  20. Fix job name.

    jrhemstad committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    26938c2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1356a4e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7437913 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    81c8efa View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    22fcb5e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4d4616b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    4e204b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9acf004 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff7a43a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f3e8c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7feab38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f70dc0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    621ca51 View commit details
    Browse the repository at this point in the history
  8. Fix invalid ifdefs

    We want to ifdef based on available feature not some compiler combination
    miscco committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5802424 View commit details
    Browse the repository at this point in the history
  9. Rename shadowing typedefs

    miscco committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    523535d View commit details
    Browse the repository at this point in the history
  10. Work around compiler crash

    miscco committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4085dd7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    71b37bf View commit details
    Browse the repository at this point in the history
  12. Remove non compiling code

    miscco committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0c8b4a0 View commit details
    Browse the repository at this point in the history
  13. Add missing includes

    miscco committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    afa9004 View commit details
    Browse the repository at this point in the history
  14. Fix tests

    miscco committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    69fe6ed View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c0872b9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    11dd488 View commit details
    Browse the repository at this point in the history
  17. Properly escape inside asm

    miscco committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0be8b9d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c5e2d23 View commit details
    Browse the repository at this point in the history
  19. clang can handle subsumption

    miscco committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5583d28 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0a2bd94 View commit details
    Browse the repository at this point in the history
  21. Escape all the things

    miscco committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d071520 View commit details
    Browse the repository at this point in the history
  22. Silence more warnings

    miscco committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d634859 View commit details
    Browse the repository at this point in the history
  23. Remove trailing commata

    miscco committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4223917 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8f4beea View commit details
    Browse the repository at this point in the history
  25. Fix pipeline divergent threads

    clang-cuda really does not like to initialize shared variables so go the indirection around a pointer
    miscco committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    44febea View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    91145f4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0e2cb57 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3eb8e8b View commit details
    Browse the repository at this point in the history
  29. Fix one more test for SM_80

    miscco committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    374ecb2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0685884 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Re-enable other jobs.

    jrhemstad committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b228f26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8980e65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4be1ed2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8154ee View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    7501721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa10123 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16b6e58 View commit details
    Browse the repository at this point in the history
  4. Make MSVC pass

    miscco committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    34e270a View commit details
    Browse the repository at this point in the history
  5. Unfail test that seems to pass

    miscco committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    894c986 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Fix test for nvrtc

    miscco committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    b95c9e6 View commit details
    Browse the repository at this point in the history
  2. Fix fail test

    miscco committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    42519b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Address review comments

    miscco committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    995fea5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60682bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1ca980 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    46f0941 View commit details
    Browse the repository at this point in the history