Robert Nishihara
|
aaa0a514fa
|
Merge pull request #127 from amplab/winfix
Visual Studio support on Windows
|
2016-06-19 20:57:18 -07:00 |
|
Mehrdad
|
c230b6b459
|
Windows support for Visual Studio 2015
|
2016-06-19 20:51:40 -07:00 |
|
Robert Nishihara
|
4ebdd0e81c
|
Merge pull request #129 from amplab/filesystem
Use std::experimental::filesystem instead of boost::filesystem at least in some cases
|
2016-06-19 20:49:55 -07:00 |
|
Mehrdad
|
ce0e4eabb3
|
std::experimental::filesystem
|
2016-06-19 20:44:28 -07:00 |
|
Robert Nishihara
|
83145b3192
|
Merge pull request #109 from amplab/lbfgs
Code for doing batch distributed L-BFGS
|
2016-06-19 18:19:22 -07:00 |
|
Philipp Moritz
|
d5f079a865
|
code for doing batch LBFGS in a distributed way
|
2016-06-19 18:12:00 -07:00 |
|
Robert Nishihara
|
bd6e549d6c
|
isinstance -> subclass to better support functionality in typing module (#112)
|
2016-06-19 18:04:55 -07:00 |
|
Robert Nishihara
|
b885c2f9aa
|
Merge pull request #113 from amplab/logging
Write logs to files instead of printing them to stdout
|
2016-06-19 13:13:37 -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
|
a461c7af8b
|
Merge pull request #123 from amplab/winfix
Integrate numbuf into tree and remove ftruncate to prepare windows port
|
2016-06-18 15:29:27 -07:00 |
|
Philipp Moritz
|
51581308fd
|
integrate numbuf into tree and remove ftruncate to prepare windows port
|
2016-06-18 12:00:17 -07:00 |
|
mehrdadn
|
68d752c23e
|
Some Visual Studio gitignores (#122)
* Ignore /build directory
* Some Windows and Visual Studio .gitignores
|
2016-06-18 10:04:02 -07:00 |
|
mehrdadn
|
46947edbe9
|
Merge pull request #121 from amplab/locks
clean up locks in the scheduler
|
2016-06-18 10:18:26 +03: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 |
|
mehrdadn
|
5b86caac76
|
Merge pull request #117 from amplab/include
include <algorithm> in ray.h
|
2016-06-16 21:46:24 +03:00 |
|
Robert Nishihara
|
0ff30ead31
|
adding an include
|
2016-06-16 10:04:04 -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 |
|
Robert Nishihara
|
13a83066a4
|
cluster setup script (#111)
|
2016-06-14 15:42:28 -07:00 |
|
Robert Nishihara
|
67ce2d9837
|
Merge pull request #108 from amplab/unregistered_driver_fix
Unregistered function handling
|
2016-06-13 16:32:43 -07:00 |
|
Mehrdad N
|
e8ed13e960
|
Unregistered function handling
|
2016-06-13 23:30:10 +00:00 |
|
Robert Nishihara
|
4d60df3b6e
|
Merge pull request #110 from amplab/fix
Downgrading reference count logging to DEBUG
|
2016-06-13 15:12:24 -07:00 |
|
Philipp Moritz
|
7585d5eab3
|
Downgrading reference count logging to DEBUG
|
2016-06-13 15:04:10 -07:00 |
|
Robert Nishihara
|
23deef5ac2
|
Merge pull request #106 from amplab/errorlog
Added RAY_CHECK with line number and file for logging
|
2016-06-12 17:10:55 -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 |
|
Robert Nishihara
|
61a0014c00
|
remove old file (#104)
|
2016-06-11 13:43:57 -07:00 |
|
Robert Nishihara
|
89ba954894
|
Merge pull request #91 from amplab/datasets
Loading imagenet
|
2016-06-10 22:42:52 -07:00 |
|
Philipp Moritz
|
acc51309e7
|
load imagenet
|
2016-06-10 17:25:55 -07:00 |
|
Robert Nishihara
|
137909d177
|
remove old code (#101)
|
2016-06-10 17:22:35 -07:00 |
|
Robert Nishihara
|
5b2cc67251
|
Merge pull request #100 from amplab/objrefserialization
implement serialization of object references inside of python objects
|
2016-06-10 16:43:11 -07:00 |
|
Philipp Moritz
|
19e7f0d72d
|
implement serialization of object references inside of python objects
|
2016-06-10 16:32:48 -07:00 |
|
Robert Nishihara
|
613be0fabc
|
updating readme (#99)
|
2016-06-10 15:36:10 -07:00 |
|
Robert Nishihara
|
d06a5cc13f
|
build on mac os x (#96)
|
2016-06-10 15:35:49 -07:00 |
|
Robert Nishihara
|
4cc024ae36
|
renaming project, halo -> ray (#95)
|
2016-06-10 14:12:15 -07:00 |
|
Robert Nishihara
|
44ae1788ee
|
Merge pull request #94 from amplab/static
Link libraries statically
|
2016-06-10 13:39:48 -07:00 |
|
Philipp Moritz
|
12ca2d4422
|
link libraries statically and make halo work on Mac OS X
|
2016-06-10 13:16:07 -07:00 |
|
Robert Nishihara
|
a1cc6d9d4f
|
Merge pull request #89 from amplab/test_worker
move testrecv.py to test_worker.py
|
2016-06-06 12:17:35 -07:00 |
|
Robert Nishihara
|
9d7e417b9c
|
switching to BSD (#90)
|
2016-06-06 12:07:36 -07:00 |
|
Philipp Moritz
|
dd8067def8
|
move testrecv.py to test_worker.py
|
2016-06-06 11:05:04 -07:00 |
|
Philipp Moritz
|
9dfe7c625e
|
change directory structure, rename array libraries (#87)
|
2016-06-05 21:57:37 -07:00 |
|
Robert Nishihara
|
80774955c3
|
Merge pull request #88 from amplab/ci
add continuous integration
|
2016-06-05 20:48:56 -07:00 |
|
Philipp Moritz
|
4cb4f288cc
|
adding continuous integration
|
2016-06-05 20:46:54 -07:00 |
|
Philipp Moritz
|
f9aeb5d018
|
implement varargs (#83)
* implement varargs
* clean up varargs
|
2016-06-04 16:22:10 -07:00 |
|
Robert Nishihara
|
2b52b91acb
|
distributed -> remote (#82)
|
2016-06-03 18:41:45 -07:00 |
|
Robert Nishihara
|
67086f663e
|
change filenames and directory structure to use halo (#81)
|
2016-06-03 18:32:57 -07:00 |
|
Robert Nishihara
|
b58eaf84ee
|
rewrite linear algebra libraries to use keyword arguments (#78)
|
2016-06-03 17:09:52 -07:00 |
|