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 |
|
Philipp Moritz
|
e02d246974
|
reduce the amount of logging, separating out logging for reference counting
|
2016-04-22 12:54:36 -07:00 |
|
Robert Nishihara
|
87bc8801ab
|
changing segment names to include objstoreid (#50)
|
2016-04-22 12:07:02 -07:00 |
|
Robert Nishihara
|
10c38a4756
|
fixing bug, unaccounted for reference counting (#48)
|
2016-04-22 11:06:14 -07:00 |
|
Robert Nishihara
|
bffae5a80e
|
fix reference counting lock bug (#45)
|
2016-04-19 12:27:56 -07:00 |
|
Robert Nishihara
|
2d1453c46d
|
fixed reference counting bug (#44)
|
2016-04-19 10:54:16 -07:00 |
|
Robert Nishihara
|
1548a1a523
|
implement reference counting and much more (#43)
|
2016-04-18 13:05:36 -07:00 |
|
Robert Nishihara
|
a6a77bc416
|
refactor schedule code (#41)
|
2016-04-09 10:55:03 -07:00 |
|
Robert Nishihara
|
a28920bb24
|
Alias (#38)
* implement objref aliasing
* updates
|
2016-04-08 12:58:08 -07:00 |
|
Robert Nishihara
|
6a5eeec86b
|
fix naming Pull -> Request
|
2016-04-06 22:06:53 -07:00 |
|
Philipp Moritz
|
d8f7a0e2e4
|
arrow serialization and deserialization
|
2016-04-05 00:57:14 -07:00 |
|
Philipp Moritz
|
f5147d8e59
|
arrow integration for ndarrays
|
2016-04-05 00:57:14 -07:00 |
|
Philipp Moritz
|
4f5a637a8f
|
document and clean up orchestra protocol buffer specification
|
2016-03-25 13:46:12 -07:00 |
|
Philipp Moritz
|
16d91af7b8
|
python dict serialization
|
2016-03-25 00:10:49 -07:00 |
|
Philipp Moritz
|
fd1af6f833
|
opening all memory segments now
|
2016-03-24 09:38:47 -07:00 |
|
Philipp Moritz
|
41462ae6a7
|
Merge pull request #20 from amplab/check
implementing distributed linear algebra
|
2016-03-23 18:50:33 -07:00 |
|
Robert Nishihara
|
29a923fc31
|
implementing distributed linear algebra
|
2016-03-23 18:38:42 -07:00 |
|
Philipp Moritz
|
c1459f3603
|
clean up queues
|
2016-03-17 22:56:55 -07:00 |
|
Philipp Moritz
|
dd88bae487
|
implement event based object store
|
2016-03-17 22:32:31 -07:00 |
|
Philipp Moritz
|
2f61cc7454
|
make it possible to serialize tuples
|
2016-03-15 18:30:11 -07:00 |
|
Philipp Moritz
|
bcc59e898d
|
implement object reference serialization and debugging for object stores, some fixes
|
2016-03-15 13:06:51 -07:00 |
|
Robert Nishihara
|
b773003b70
|
make ObjStore.GetObj wait until the object is present in the object store, other miscellaneous fixes
|
2016-03-15 00:13:12 -07:00 |
|
Robert Nishihara
|
6a23335f22
|
handle pass by objref in serialize_call
|
2016-03-14 12:11:05 -07:00 |
|
Philipp Moritz
|
c249efa7d1
|
Improved OrchPy lib error handling, fixed tests, added tests
|
2016-03-10 20:10:49 -08:00 |
|
Philipp Moritz
|
9440e0f08a
|
backend: make objectstores more robust, add logging, add reporting back of workers
|
2016-03-10 16:55:56 -08:00 |
|
Robert Nishihara
|
08a7e4d450
|
implementing worker.py and miscellaneous changes
|
2016-03-10 12:40:05 -08:00 |
|
Philipp Moritz
|
f47bad3828
|
switching from Cython to Python C API
|
2016-03-10 12:35:31 -08:00 |
|
Philipp Moritz
|
65135b7e5d
|
remove scheduler_server files (not needed any more)
|
2016-03-08 14:08:32 -08:00 |
|
Philipp Moritz
|
954e34c0ae
|
function return working with one return value
|
2016-03-05 15:11:39 -08:00 |
|
Philipp Moritz
|
3ebf8b0699
|
clean up, mainly the scheduler
|
2016-03-02 15:23:11 -08:00 |
|