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

[ESIMD][NFC] Rework the L1/L2 cache hints passing across internal funcs #12899

Merged
merged 4 commits into from
Mar 5, 2024

Commits on Mar 5, 2024

  1. [ESIMD][NFC] Rework the L1/L2 cache hints passing across internal funcs

    Cache-hints:
    * cache_hint and cache_level were also moved to memory_properties.hpp
    * added check_cache_hints() function accepting PropertyListT instead of
      L1/L2 template parameters.
    
    Restructures in block_Load:
    * block_load_impl() functions now accept template param PropertyListT
      instead of L1H, L2H and alignment FlagsT.
    * only block_load_impl functions call check_cache_hints() now.
    * Replaced the uses of lsc.load.stateless with lsc.load.merge.stateless
      It does not change the GPU code-gen, it is identical.
    
    Signed-off-by: Klochkov, Vyacheslav N <vyacheslav.n.klochkov@intel.com>
    v-klochkov committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    cca3f76 View commit details
    Browse the repository at this point in the history
  2. [ESIMD][NFC] Pass PropertyListT to block_store_impl() instead of L1,L…

    …2 and FlagsT
    
    Signed-off-by: Klochkov, Vyacheslav N <vyacheslav.n.klochkov@intel.com>
    v-klochkov committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5fc647c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f44dd13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95f9b4b View commit details
    Browse the repository at this point in the history