mirror of
https://github.com/wassname/ray.git
synced 2026-07-12 15:16:46 +08:00
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:
committed by
Philipp Moritz
parent
90f88af902
commit
194bdb1d96
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user