-
Notifications
You must be signed in to change notification settings - Fork 12
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
update README
with device example
#282
Conversation
…repare_send functions
02b8c49
to
57c731c
Compare
…ine (default = 1000). Does not seem to invoke the kernel
… which makes Fn truly move-only. Still fails in last send when trying to copy Fn
28bbbb8
to
7988578
Compare
7988578
to
b9ae723
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @evaleev! Changes look good. Technically, we could use move-only types in broadcasts but I'm fine with the stricter constraint. We can relax that later if we have to.
…vice' into hyndavi/feature/readme-update-device # Conflicts: # README.md
This looks good but should we add a section on environment variables? I guess the only relevant one right now is |
83a9f70
to
e99f2e7
Compare
using data-dependent fibonacci example (find
max(F_n) < N
) as the motivating dataflow example