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

[P2] Support prologue and epilogue for ctrl memory engine #55

Open
tancheng opened this issue Jan 3, 2025 · 2 comments
Open

[P2] Support prologue and epilogue for ctrl memory engine #55

tancheng opened this issue Jan 3, 2025 · 2 comments
Assignees
Labels
new feature New feature or request

Comments

@tancheng
Copy link
Owner

tancheng commented Jan 3, 2025

No description provided.

@tancheng tancheng added the new feature New feature or request label Jan 3, 2025
@tancheng
Copy link
Owner Author

tancheng commented Jan 3, 2025

Ctrl Memory by default iterates from 0 to num_of_items - 1, and repeats that again and again.
We can provide prologue index and epilogue index, so the ctrl memory can point 0 to prologue_index once, repeat prologue_index to epilogue_index until return is encountered, and then perform epilogue_index to num_of_items - 1 once.

@tancheng tancheng added new feature and removed new feature New feature or request labels Jan 3, 2025
@tancheng tancheng changed the title Support prologue and epilogue for ctrl memory engine [P2] Support prologue and epilogue for ctrl memory engine Jan 3, 2025
@tancheng tancheng added new feature New feature or request and removed new feature labels Jan 3, 2025
@yyan7223
Copy link
Collaborator

yyan7223 commented Jan 6, 2025

Sure, but I'm curious about what is that used for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Development

No branches or pull requests

3 participants