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

[runtime] Generate random queue descriptors #1497

Open
iyzhang opened this issue Feb 5, 2025 · 0 comments
Open

[runtime] Generate random queue descriptors #1497

iyzhang opened this issue Feb 5, 2025 · 0 comments
Labels
enhancement Enhancement Request on an Existing Feature

Comments

@iyzhang
Copy link
Contributor

iyzhang commented Feb 5, 2025

Context

Currently our queue descriptors start at 500 and increase monotonically.

Proposed Solution

Move the queue descriptors to the IdMap data structure to generate random ids. There are a few blockers here:

  1. Queue descriptors are currently 32 bits while the IdMap only supports 64 bit identifiers
  2. The simulator expects queue descriptors to be allocated in a particular way because it does not support storing queue descriptors and using them.

Alternative Solutions

Leave the queue descriptors the way that they are.

@iyzhang iyzhang added the enhancement Enhancement Request on an Existing Feature label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement Request on an Existing Feature
Projects
None yet
Development

No branches or pull requests

1 participant