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

[Dynamic Selection] Adding sycl profiling for auto tune policy #1464

Merged
merged 31 commits into from
Apr 30, 2024

Commits on Jan 9, 2024

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

Commits on Jan 10, 2024

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

Commits on Jan 17, 2024

  1. Fixing Autotune bug

    AnuyaWelling2801 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    268f0d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    a38327a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70f993c View commit details
    Browse the repository at this point in the history
  3. Merged main

    AnuyaWelling2801 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    59fa9a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69f5014 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    757c470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37a895a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 9, 2024

  1. Fixed memory leaks

    AnuyaWelling2801 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    95ee3ac View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    cd5b318 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e58f264 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    6ce3b5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8ad96b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    b70aeec View commit details
    Browse the repository at this point in the history
  2. Fix USM memory leaks and create unique task names (#1537)

    * test/parallel_api/dynamic_selection/sycl/test_auto_tune_policy_sycl.pass.cpp - fix USM shared memory leaks
    
    Signed-off-by: Sergey Kopienko <[email protected]>
    
    * test/parallel_api/dynamic_selection/sycl/test_auto_tune_policy_sycl.pass.cpp - create unique task names for h.single_task([](){});
    
    Signed-off-by: Sergey Kopienko <[email protected]>
    
    ---------
    
    Signed-off-by: Sergey Kopienko <[email protected]>
    SergeyKopienko authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    60710e2 View commit details
    Browse the repository at this point in the history
  3. Fix the format of report method - using report_duration in second p…

    …aram (#1539)
    
    * include/oneapi/dpl/internal/dynamic_selection_traits.h - fix traits to specify report method second parameter type
    
    Signed-off-by: Sergey Kopienko <[email protected]>
    
    * Change second parameter type of auto_tune_selection_type::report method - to report_duration (std::chrono::milliseconds)
    
    Signed-off-by: Sergey Kopienko <[email protected]>
    
    ---------
    
    Signed-off-by: Sergey Kopienko <[email protected]>
    SergeyKopienko authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1e76278 View commit details
    Browse the repository at this point in the history
  4. Fixing clang format

    AnuyaWelling2801 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c217e1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75dd226 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc95cd2 View commit details
    Browse the repository at this point in the history
  7. Fixed clang format

    AnuyaWelling2801 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    19e78e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    3d3dab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8009669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae46b12 View commit details
    Browse the repository at this point in the history
  4. Fixed clang format

    AnuyaWelling2801 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0cf0daa View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Simplify sycl_backend::submit(SelectionHandle s, Function&& f, Args&&…

    …... args) function (#1547)
    
    * include/oneapi/dpl/internal/dynamic_selection_impl/sycl_backend.h - simplify sycl_backend::submit(SelectionHandle s, Function&& f, Args&&... args) function
    
    Signed-off-by: Sergey Kopienko <[email protected]>
    
    * include/oneapi/dpl/internal/dynamic_selection_impl/sycl_backend.h - remove not required type name
    
    Signed-off-by: Sergey Kopienko <[email protected]>
    
    ---------
    
    Signed-off-by: Sergey Kopienko <[email protected]>
    SergeyKopienko authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5028e63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa07b29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    797ea84 View commit details
    Browse the repository at this point in the history