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

Remove RD/WR device/sysmem API with vector argument #69

Merged
merged 3 commits into from
Sep 30, 2024

Conversation

pjanevskiTT
Copy link
Contributor

@pjanevskiTT pjanevskiTT commented Sep 23, 2024

Fixes #67

Remove API for read and write to device/sysmem which has std::vector as an argument. Use only functions that have void* as an argument. Change calls inside tt_silicon_driver which were using std::vector variant

TODO

  • Investigate whether tt-metal was using API with std::vector arguement. Change this if needed before bumping UMD -> tt-metal was just using void* interface

@pjanevskiTT pjanevskiTT force-pushed the pjanevski/device_wr_api branch from 77ca719 to f12b194 Compare September 23, 2024 16:21
@pjanevskiTT pjanevskiTT force-pushed the pjanevski/device_wr_api branch 5 times, most recently from 406f457 to 180b48b Compare September 30, 2024 08:16
@broskoTT broskoTT force-pushed the pjanevski/device_wr_api branch from 180b48b to 028fd50 Compare September 30, 2024 08:52
@pjanevskiTT pjanevskiTT self-assigned this Sep 30, 2024
@pjanevskiTT
Copy link
Contributor Author

@joelsmithTT take a look if you can/want, it is ready to merge

@pjanevskiTT pjanevskiTT force-pushed the pjanevski/device_wr_api branch from 028fd50 to 8234631 Compare September 30, 2024 17:33
@pjanevskiTT pjanevskiTT merged commit 46c78d4 into main Sep 30, 2024
6 of 8 checks passed
@pjanevskiTT pjanevskiTT deleted the pjanevski/device_wr_api branch September 30, 2024 18:14
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.

Remove read/write methods on tt_device that accept std::vector<uint32_t>
3 participants