Skip to content

[SYCL] Make host task timestamps share the same base as device tasks #18710

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

Open
wants to merge 1 commit into
base: sycl
Choose a base branch
from

Conversation

againull
Copy link
Contributor

@againull againull commented May 28, 2025

Currently, we use std::chrono to record command_submit, command_start and command_end timestamps for host tasks. So, if there there is a mix of device tasks and host tasks submitted to the queue, they have different time base and inconvenient to use/compare. This PR makes host task timestamps to have the same time base as device tasks.

Currently, we use std::chrono to record  `command_submit`, `command_start`
and `command_end` timestamps for host tasks. So, if there there is a mix
of device tasks and host tasks submitted to the queue, they have a
different time base and inconvenient to use/compare.
This PR makes host task timestamps to have the same time base as device
tasks.
@againull againull force-pushed the host_task_time_base branch from 55afe43 to c79ef94 Compare May 28, 2025 19:25
@againull againull temporarily deployed to WindowsCILock May 28, 2025 19:25 — with GitHub Actions Inactive
@againull againull temporarily deployed to WindowsCILock May 28, 2025 19:52 — with GitHub Actions Inactive
@againull againull temporarily deployed to WindowsCILock May 28, 2025 19:52 — with GitHub Actions Inactive
@againull againull marked this pull request as ready for review May 28, 2025 22:25
@againull againull requested a review from a team as a code owner May 28, 2025 22:25
@againull againull requested a review from steffenlarsen May 28, 2025 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant