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

[WIP] implement memory visibility #2180

Draft
wants to merge 19 commits into
base: develop
Choose a base branch
from

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    aa6cf2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57d2034 View commit details
    Browse the repository at this point in the history
  3. fixes warnings

    SimeonEhrig committed May 27, 2024
    Configuration menu
    Copy the full SHA
    4e0d945 View commit details
    Browse the repository at this point in the history
  4. add small fixes

    SimeonEhrig committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d7e7b8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1dce1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bf634f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5dbce5 View commit details
    Browse the repository at this point in the history
  8. improve test

    SimeonEhrig committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8e9ce27 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e2b827d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f20c2a1 View commit details
    Browse the repository at this point in the history
  11. sycl fixes

    CI_FILTER: ^linux_icpx
    SimeonEhrig committed May 27, 2024
    Configuration menu
    Copy the full SHA
    fa496fd View commit details
    Browse the repository at this point in the history
  12. fix

    CI_FILTER: ^linux_icpx
    SimeonEhrig committed May 27, 2024
    Configuration menu
    Copy the full SHA
    341d765 View commit details
    Browse the repository at this point in the history
  13. fix 2

    CI_FILTER: ^linux_icpx
    SimeonEhrig committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3a3fbf5 View commit details
    Browse the repository at this point in the history
  14. implement memory visibility as template type for bufCPU

    CI_FILTER: ^nope
    SimeonEhrig committed May 27, 2024
    Configuration menu
    Copy the full SHA
    db2b4c6 View commit details
    Browse the repository at this point in the history
  15. finish implementing visibility as template type for buffer types

    - tests if the correct visibility type is set for allocated memory is missing, except for `allocBuf`
    - the state of the commit is, it should compile with all backends and does not break existing tests
    SimeonEhrig committed May 27, 2024
    Configuration menu
    Copy the full SHA
    527f0d2 View commit details
    Browse the repository at this point in the history
  16. fix

    SimeonEhrig committed May 27, 2024
    Configuration menu
    Copy the full SHA
    4a09464 View commit details
    Browse the repository at this point in the history
  17. fix 2

    SimeonEhrig committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6ae951d View commit details
    Browse the repository at this point in the history
  18. fix 3

    SimeonEhrig committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a5f7336 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c3eebea View commit details
    Browse the repository at this point in the history