Ilia Ki

Results 184 comments of Ilia Ki

The thing is that I am going to spend far less time with Mir. But still have to support it for a few years. On the other hand, we can...

Actually, if the API doesn't change existing code in Lubeck, you can add new API ther.

> Very strange. It should not do that... :-) ``` D public AbstractSocket(final Domain domain, final SocketType protocol) { this.fd = nn_socket(domain.value(), protocol.value()); this.open = true; this.setSocketOpt(SocketOption.NN_SNDTIMEO, 600); this.setSocketOpt(SocketOption.NN_RCVTIMEO, 600);...

`libblas` on ubuntu >= trusty has CBLAS API

https://circleci.com/gh/libmir/asdf/256

> Which direction are you envisioning? Both.

ndslice part of work is done in [mir.ndslice.connect.cpython](http://docs.algorithm.dlang.io/latest/mir_ndslice_connect_cpython.html)

> What does mir use for memory allocation? Mir does not specify allocations. By default users use GC allocated memory (`slice` function). Probably we do not need a special functions...

> We track these in the [`ion-docs`](https://github.com/amzn/ion-docs) repo, where the spec is documented. I've transferred the issue. Thanks > Could you describe your use case a bit? I am working...