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

Incorrect index in zeEventCreate() in GivenConcurrentLogicalCommandQueuesWhenStartSynchronizedThenHighPriorityCompletesFirst #26

Closed
Alexandr-Konovalov opened this issue Feb 7, 2023 · 1 comment

Comments

@Alexandr-Konovalov
Copy link

ze_event_desc_t::index in

        event_desc.index = index++;
        auto event_compute_low = lzt::create_event(ep_time, event_desc);
        event_compute_lows.push_back(event_compute_low);

should be initialized by pre-increment, as currently 1st element of event_compute_lows and event_compute_high is same event, because they created using same index.

@KapiX
Copy link
Contributor

KapiX commented Nov 7, 2024

Fixed in 93ee6d6.

@KapiX KapiX closed this as completed Nov 7, 2024
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

No branches or pull requests

2 participants