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

Device resource reservations in KMD #465

Open
pjanevskiTT opened this issue Jan 20, 2025 · 1 comment
Open

Device resource reservations in KMD #465

pjanevskiTT opened this issue Jan 20, 2025 · 1 comment

Comments

@pjanevskiTT
Copy link
Contributor

pjanevskiTT commented Jan 20, 2025

Device resource reservation is going to be implemented in https://github.com/tenstorrent/tt-kmd. The point of this feature is to enable two separate workloads to happen on a chip, or enable some utility things to happen on a chip without interfering with workload (X280 use case)

API for resource reservation is going to be exposed to UMD using few ioctl calls

1. RegisterReservation (Type, arg0, arg1, ....) => reservation id. 
Based on the reservation type, multiple arguments might be important. For example, for tensix reservations we would like to have starting point and grid size, for dram banks, ....
2. Release reservation: reservation id => (no return value, reservation is released) 
3. List all reservations: ReservationType => List of all reservations```

Issue with more details on the design in https://github.com/tenstorrent/tt-kmd -> TODO: add issue in KMD

@pjanevskiTT pjanevskiTT changed the title Device resource reservations Device resource reservations in KMD Jan 20, 2025
@broskoTT
Copy link
Contributor

Image

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