-
Notifications
You must be signed in to change notification settings - Fork 113
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
[Dynamic Selection] Adding sycl profiling for auto tune policy #1464
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9417ddb - Browse repository at this point
Copy the full SHA 9417ddbView commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e54e28 - Browse repository at this point
Copy the full SHA 7e54e28View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 268f0d5 - Browse repository at this point
Copy the full SHA 268f0d5View commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0dda712 - Browse repository at this point
Copy the full SHA 0dda712View commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a38327a - Browse repository at this point
Copy the full SHA a38327aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f993c - Browse repository at this point
Copy the full SHA 70f993cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59fa9a8 - Browse repository at this point
Copy the full SHA 59fa9a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f5014 - Browse repository at this point
Copy the full SHA 69f5014View commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 757c470 - Browse repository at this point
Copy the full SHA 757c470View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a895a - Browse repository at this point
Copy the full SHA 37a895aView commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d9fe635 - Browse repository at this point
Copy the full SHA d9fe635View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95ee3ac - Browse repository at this point
Copy the full SHA 95ee3acView commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd5b318 - Browse repository at this point
Copy the full SHA cd5b318View commit details -
Configuration menu - View commit details
-
Copy full SHA for e58f264 - Browse repository at this point
Copy the full SHA e58f264View commit details
Commits on Apr 24, 2024
-
Adressing comments for profiling report, Adding profiling to default …
…sycl backend constructor
Configuration menu - View commit details
-
Copy full SHA for e134770 - Browse repository at this point
Copy the full SHA e134770View commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ce3b5e - Browse repository at this point
Copy the full SHA 6ce3b5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ad96b - Browse repository at this point
Copy the full SHA a8ad96bView commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b70aeec - Browse repository at this point
Copy the full SHA b70aeecView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 60710e2 - Browse repository at this point
Copy the full SHA 60710e2View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1e76278 - Browse repository at this point
Copy the full SHA 1e76278View commit details -
Configuration menu - View commit details
-
Copy full SHA for c217e1a - Browse repository at this point
Copy the full SHA c217e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75dd226 - Browse repository at this point
Copy the full SHA 75dd226View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc95cd2 - Browse repository at this point
Copy the full SHA bc95cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e78e7 - Browse repository at this point
Copy the full SHA 19e78e7View commit details
Commits on Apr 29, 2024
-
Changes to make variables is_profiling_enabled and aliases for report…
… function private
Configuration menu - View commit details
-
Copy full SHA for 3d3dab2 - Browse repository at this point
Copy the full SHA 3d3dab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8009669 - Browse repository at this point
Copy the full SHA 8009669View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae46b12 - Browse repository at this point
Copy the full SHA ae46b12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cf0daa - Browse repository at this point
Copy the full SHA 0cf0daaView commit details
Commits on Apr 30, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 5028e63 - Browse repository at this point
Copy the full SHA 5028e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa07b29 - Browse repository at this point
Copy the full SHA aa07b29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 797ea84 - Browse repository at this point
Copy the full SHA 797ea84View commit details