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

correctly build offload for default OMP_FLAGS_OFFLOAD_* settings #181

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    06c3d53 View commit details
    Browse the repository at this point in the history
  2. Revert "Remove AdaptiveCpp workaround in dpl_shim.h to allow for auto…

    …matic prefetch optimization (UoB-HPC#177)"
    
    This reverts commit 06c3d53.
    tomdeakin authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    438e210 View commit details
    Browse the repository at this point in the history
  3. Merge pull request UoB-HPC#178 from UoB-HPC/revert-177-patch-5

    Revert "Remove AdaptiveCpp workaround in dpl_shim.h to allow for automatic prefetch optimization"
    tomdeakin authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ad61a0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7231e2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request UoB-HPC#179 from UoB-HPC/revert-175-mg/julia

    Revert "Rename Julia package to `BabelStream.jl` and add compats"
    tomdeakin authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2f00dfb View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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

Commits on Dec 29, 2023

  1. add -fcf-protection=none for GCC OpenMP offload to AMD

    It seems like Ubuntu adds -fcf-protection=full as a default flag for GCC,
    which is not supported with AMD OpenMP offload -foffload=amdgcn-amdhsa
    milthorpe committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    341a5d5 View commit details
    Browse the repository at this point in the history