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 support for building Clang with OpenMP offload support #2229

Merged
merged 3 commits into from
Nov 12, 2020

Commits on Nov 11, 2020

  1. Added support for OpenMP offload support to Clang

    In the current setup, code with OpenMP will compile, but will encounter
    a strange error at runtime. This update adds support for defining the
    OpenMP CUDA capabilities which remedies the runtime error. This change
    builds on the existing CUDA support already defined in the build
    process.
    Jørgen Nordmoen committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    9cbc5c9 View commit details
    Browse the repository at this point in the history
  2. Fix line widths

    Jørgen Nordmoen committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    2dd0656 View commit details
    Browse the repository at this point in the history
  3. Removed backslash between lines

    Jørgen Nordmoen committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    aec7d0b View commit details
    Browse the repository at this point in the history