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

Fixing CUDA problems #2911

Merged
merged 16 commits into from Oct 1, 2017
Merged

Fixing CUDA problems #2911

merged 16 commits into from Oct 1, 2017

Commits on Sep 4, 2017

  1. Making Clang + CUDA work

    This patch properly defines the macros needed for properly
    supporting clang-cuda builds.
    sithhell committed Sep 4, 2017
    Copy the full SHA
    f6b1a6a View commit details
    Browse the repository at this point in the history
  2. Fixing ICE with nvcc

    sithhell committed Sep 4, 2017
    Copy the full SHA
    56a0a30 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Properly fixing NVCC builds

    Some code in the binpacking distribution policy produced ICEs in the nvcc
    frontend. This code has been put into a different TU such that it doesn't
    need to be processed by nvcc.
    sithhell committed Sep 5, 2017
    Copy the full SHA
    75c9475 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    96f5de4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9e45b9b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    28a5ec8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    34d4a77 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bd8f7eb View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    79e77e2 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1792784 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    e704254 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Copy the full SHA
    4264141 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Copy the full SHA
    27549ee View commit details
    Browse the repository at this point in the history
  2. Moving source file to correct directory

    Thomas Heller committed Sep 20, 2017
    Copy the full SHA
    2da9927 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Adding missing includes

    Thomas Heller committed Sep 21, 2017
    Copy the full SHA
    5191cd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Copy the full SHA
    612e3f8 View commit details
    Browse the repository at this point in the history