Liang Wang
Liang Wang
Ndarray mutable functions are currently missing in Base, which prevents us from making a computation graph using Base.
Current type signatures deviate from owl's original design rationale, and blur the functional boundary of various modules. We need to refile the type signature to better reflect owl's architecture.
Hi, [Owl](https://github.com/ryanrhymes/owl) uses `Ctypes` to interface to LAPACKE. However, the generated OCaml stub takes very long to compile (over 50 minutes or even longer). The initial investigation has shown that...
The service loop is rather slow if the hash tables (used for maintaining worker info) is too big.
The reason might be that there is some delay between the actual file is created on a datanode and it appears in namenode's file system. If the following up operation...
Stack overflow in reduce function (caused by Hashtbl: when there are over 30000 values with the same key). The investigation shows the overflow is not caused by add function, but...