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

Add alternative implementation of device timer to SyclTimer class #1872

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    6666115 View commit details
    Browse the repository at this point in the history
  2. Extend SyclTimer

    SyclTimer now supports device_timer keyword argument,
    a legacy behavior "queue_barrier", and new one based
    on sequential order manager, which inserts an empty task
    into the manager to record start and end of block of timed
    code.
    
    Docstring of SyclTimer updated.
    
    All data attributes needed for functioning of the timer are
    created during class instance construction now.
    oleksandr-pavlyk committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e6fa6eb View commit details
    Browse the repository at this point in the history
  3. Add test_sycl_timer file

    Check different device_timer values, test argument validation,
    and test cumulative timing.
    oleksandr-pavlyk committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    73b4956 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9322201 View commit details
    Browse the repository at this point in the history