mehrdadn
|
5821851318
|
C++ does not guarantee order of argument evaluation (#194)
|
2016-06-30 18:49:37 -07:00 |
|
mehrdadn
|
1de824628d
|
Replace boost::interprocess with simple IPC (#189)
|
2016-06-30 16:31:48 -07:00 |
|
Robert Nishihara
|
b155f44a12
|
remove some unsafe gets (#187)
|
2016-06-30 12:58:29 -07:00 |
|
mehrdadn
|
5328890001
|
Kill workers (#148)
|
2016-06-29 22:40:04 -07:00 |
|
Robert Nishihara
|
72f22a238a
|
let scheduler distinguish drivers from workers (#185)
|
2016-06-29 21:43:06 -07:00 |
|
Robert Nishihara
|
8aa613b77f
|
replace locks with synchronized
|
2016-06-29 15:16:36 -07:00 |
|
Robert Nishihara
|
17bfe77ff1
|
Merge pull request #141 from amplab/synchronized
Synchronized wrappers
|
2016-06-29 10:21:38 -07:00 |
|
Mehrdad
|
37cbbb1669
|
Synchronized
|
2016-06-29 10:20:55 -07:00 |
|
Philipp Moritz
|
891dccb0ff
|
Set the workerid in submit_task and get_objref
|
2016-06-28 21:41:31 -07:00 |
|
mehrdadn
|
27bd859925
|
Remove objstore_stub_ (#176)
|
2016-06-27 13:16:35 -07:00 |
|
Philipp Moritz
|
7af0f1b221
|
Write computation graph to file
|
2016-06-27 12:20:30 -07:00 |
|
Philipp Moritz
|
8a0b8e8789
|
Unmap segments properly to avoid memory leaks
|
2016-06-24 16:56:26 -07:00 |
|
Robert Nishihara
|
fde802fb45
|
Merge pull request #152 from amplab/fixnumpyscalar
Fix serialization of numpy scalars, implement more numpy types, empty arrays
|
2016-06-23 18:42:08 -07:00 |
|
Philipp Moritz
|
5ecc2ab67d
|
Fix serialization of numpy scalars and implement more numpy types as well as empty arrays
|
2016-06-23 18:39:02 -07:00 |
|
Robert Nishihara
|
160bd6ed4f
|
log duration of tasks (#150)
|
2016-06-23 15:34:28 -07:00 |
|
Robert Nishihara
|
188569be37
|
push/pull -> put/get
|
2016-06-23 12:58:48 -07:00 |
|
Robert Nishihara
|
06d20352bf
|
Merge pull request #137 from amplab/memoryfix
Preparation to deallocate objects properly from object stores
|
2016-06-21 13:47:24 -07:00 |
|
Philipp Moritz
|
5281bd414f
|
preparation to deallocate objects properly
|
2016-06-21 13:46:38 -07:00 |
|
Robert Nishihara
|
41724399ae
|
print task statuses in shell (#132)
|
2016-06-21 13:28:08 -07:00 |
|
Robert Nishihara
|
d5fe49584a
|
track more task info (#133)
|
2016-06-21 10:59:32 -07:00 |
|
Philipp Moritz
|
e6a188b2e0
|
Fix memory leaks for Python dicts in C extension
|
2016-06-20 12:05:54 -07:00 |
|
Mehrdad
|
ce0e4eabb3
|
std::experimental::filesystem
|
2016-06-19 20:44:28 -07:00 |
|
Philipp Moritz
|
912fd5cc81
|
Write logs to files instead of printing them to stdout
|
2016-06-19 12:45:34 -07:00 |
|
Robert Nishihara
|
c7e14e0a8b
|
fix bug in which object is deallocated before objready is called (#120)
|
2016-06-18 15:44:48 -07:00 |
|
Robert Nishihara
|
3ae07b293e
|
cleanups locks in the scheduler
|
2016-06-18 00:11:46 -07:00 |
|
mehrdadn
|
0e5feecd65
|
Get failed worker information (#114)
|
2016-06-17 15:01:48 -07:00 |
|
Philipp Moritz
|
1b68e10f17
|
Revert "fix bug in which object is deallocated before objready is called" (#119)
|
2016-06-16 16:10:09 -07:00 |
|
Robert Nishihara
|
102e3682d9
|
make sure the scheduler sends tasks to the worker only after the worker is ready (#116)
|
2016-06-16 16:04:52 -07:00 |
|
Robert Nishihara
|
99aed7dc2d
|
fix bug in which object is deallocated before objready is called (#115)
|
2016-06-15 19:12:33 -07:00 |
|
Mehrdad N
|
e8ed13e960
|
Unregistered function handling
|
2016-06-13 23:30:10 +00:00 |
|
Philipp Moritz
|
7585d5eab3
|
Downgrading reference count logging to DEBUG
|
2016-06-13 15:04:10 -07:00 |
|
Wapaul1
|
4e885d4896
|
Added RAY_CHECK with line num and file name for logs
|
2016-06-13 00:07:22 +00:00 |
|
Robert Nishihara
|
41539141af
|
catch exceptions on workers and pass them to the scheduler (#93)
|
2016-06-11 15:44:56 -07:00 |
|
Philipp Moritz
|
19e7f0d72d
|
implement serialization of object references inside of python objects
|
2016-06-10 16:32:48 -07:00 |
|
Robert Nishihara
|
4cc024ae36
|
renaming project, halo -> ray (#95)
|
2016-06-10 14:12:15 -07:00 |
|
Robert Nishihara
|
67086f663e
|
change filenames and directory structure to use halo (#81)
|
2016-06-03 18:32:57 -07:00 |
|
Robert Nishihara
|
0aa1fa097e
|
fix bug in which bools were being serialized as ints by serializing bools before serializing ints (#80)
|
2016-06-03 16:42:57 -07:00 |
|
Philipp Moritz
|
9a36e4208e
|
implement bool serialization
|
2016-06-03 12:25:12 -07:00 |
|
Philipp Moritz
|
073dd3642e
|
implement none serialization
|
2016-06-03 12:11:30 -07:00 |
|
Robert Nishihara
|
6d97c55299
|
add computation graph (#75)
|
2016-06-02 16:35:46 -07:00 |
|
Robert Nishihara
|
23d202bb73
|
renaming Call -> Task (#70)
|
2016-05-26 16:33:30 -07:00 |
|
Mehrdad
|
7bfc070e29
|
Function definitions in headers should be inline so as to not violate ODR
|
2016-05-25 20:33:01 -07:00 |
|
Robert Nishihara
|
c4b783fbc8
|
microbenchmarks and timing (#67)
|
2016-05-22 10:05:14 -07:00 |
|
Robert Nishihara
|
f2824d134e
|
Merge pull request #65 from amplab/localityawarescheduler
Implement a locality aware scheduler
|
2016-05-17 15:19:39 -07:00 |
|
Philipp Moritz
|
a76d91f50d
|
Locality aware scheduler
|
2016-05-17 15:08:49 -07:00 |
|
Robert Nishihara
|
912001ad6a
|
clear objtable_ entry when an object is deallocated (#57)
|
2016-05-14 05:54:00 -07:00 |
|
Philipp Moritz
|
d3f62c4288
|
make it possible to start multiple nodes in a cluster; add some more logging
|
2016-04-28 15:31:31 -07:00 |
|
Philipp Moritz
|
8d0c3be28f
|
implement serialization using numbuf
|
2016-04-26 15:14:04 -07:00 |
|
Philipp Moritz
|
4e65dfc2ae
|
support multiple object stores, part two
|
2016-04-24 19:09:02 -07:00 |
|
Robert Nishihara
|
6b846d2bc0
|
support multiple object stores, part one
|
2016-04-24 19:06:14 -07:00 |
|