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

Make the transformer model run on upmem #24

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ge0mk
Copy link
Collaborator

@ge0mk ge0mk commented Oct 14, 2024

Todos:

  • Fix reduction result gather on upmem (can't copy less than 8 bytes) either
    • with padding (need to remove padding in upmemrt_dpu_gather) or
    • by doing multiple reductions per tasklet to generate enough results to fill 8 bytes
  • remove the generated files in the samples directory when everything works (they are for debugging & easy testing on the upmem machine)

@ge0mk ge0mk force-pushed the transformer branch 11 times, most recently from c2337c1 to b6a626b Compare October 20, 2024 23:27
@ge0mk ge0mk force-pushed the transformer branch 3 times, most recently from 82f6c46 to 5483b45 Compare November 25, 2024 11:38
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.

1 participant