Compute task IDs and object IDs deterministically. (#31)

* Put infrastructure in place to compute task IDs and object IDs.

* Fix version number for common library.

* Compute task IDs and object IDs deterministically.

* Address Stephanie's comments.

* Update task documentation.

* Fix formatting.

* Add more tests and checks.

* Fix formatting.

* Enable DCHECKs and change CHECKs to DCHECKs.
This commit is contained in:
Robert Nishihara
2016-11-08 14:46:34 -08:00
committed by Philipp Moritz
parent 90f88af902
commit 194bdb1d96
15 changed files with 691 additions and 113 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ common_module = Extension("common",
extra_compile_args=["--std=c99", "-Werror"])
setup(name="Common",
version="0.1",
version="0.01",
description="Common library for Ray",
ext_modules=[common_module])