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

maybe the doc should add some instructions at geting started section #406

Open
aohan237 opened this issue Aug 28, 2023 · 0 comments
Open

Comments

@aohan237
Copy link

the doc surely has these content, but as a newbie it will still be confused.
i think should add instructions on getting started section as follows:

  1. input.advance_to: it make dd wont accept input changes older than the time.
  2. input.flush: advance_to is just a buffer, flush labeled this will happen.
  3. worker.step: the above is just configs, and only work.step will make this happen.
  4. when exit dd, dd will call worker.step once, make all the work happens. but when you write your loop or infinite graphs, you should call worker.step whenever you need your computation works
  5. in a nut shell, in your program, you should call 1-3 sequencetially, otherwise you maybe see hungs.

i think these will make things easier

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

1 participant