Pavel Gorgulov
Pavel Gorgulov
> Do you think it depends on the device or something else? Not sure. I'm for reproduction and tried to create a new project from a template, but it worked...
I'm still thinking about it. So far, I'm only considering the option of broadcasting with copying, because any inplace operations cause a lot of problems.
Hi! This is a really very interesting feature. We didn't think about full support for sparse matrices, except for adding [Eigen](https://eigen.tuxfamily.org/index.php?title=Main_Page) as another computation engine with sparse matrices. Storage of...
This can be done in a separate module, like multik-native is now. In multik-native, computation is based on lapack. In general, yes, a separate module, where eigen will be instead...
In my opinion, you will need a lot of time for this. Since you still have to understand the ndarray code in multik-api. And there is no internal documentation( Tell...
Now there is no direct parsing from json to ndarray. Yes, we plan to add json support, but I can't say exactly when. In this case, you can get a...
Unfortunately, with dimensions greater than 1, data will be copied.
In this release, I did not expect to include support for json. In the next release, I plan to support csv and npy, the cornerstone in general for reading data...
At the moment I'm stuck in multik-native with building and linking static libraries. To implement json support, multik-api is required (the name may change in the future) and it is...
csv in a simple form is already supported. > will npy support using https://github.com/JetBrains-Research/npy ? Yes, I discussed this with the maintainer of the library. To begin with, it will...