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

Preliminary support for Ray in Task-Bench #85

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rohany
Copy link

@rohany rohany commented Apr 29, 2022

This PR doesn't make any claims about Ray's performance, but just sets up infrastructure within task-bench to perform further evaluations of Ray.

@rohany
Copy link
Author

rohany commented Apr 29, 2022

cc @elliottslaughter

Copy link
Contributor

@elliottslaughter elliottslaughter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for taking so long to look at this. The implementation looks good. I think the outstanding items are:

  • Build infrastructure: need to fill out get_deps.sh, build_all.sh, test_all.sh so that we can run this in CI (and on supercomputers). You can see Dask as an example.
  • Performance: optional for the first PR, but it would be nice to get to get (a) performance numbers, and (b) a review by the Ray team to make sure everything looks ok.

os.path.join(root_dir, "core/core_c.h")
]).decode("utf-8")
ffi = cffi.FFI()
ffi.cdef(core_header)
c = ffi.dlopen("libcore.so")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you're trying to modify the Dask implementation, and this seems to work in our CI. Do you need this change?

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.

2 participants