Loic Gouarin

Results 32 comments of Loic Gouarin

@scopatz I'm totally agree with that and this is why I have tested conda-smithy. Until now I created my recipes by copying and pasting feedstock from conda-forge, setting up my...

Hi @tkloczko, thanks for your message! Each scheme should be able to give the sparse N-D array in another scheme. I agree with you it's generally the solver which gives...

I'm also on vacation this week. But I will be available next week to discuss with you.

13h30-14h30? Le lun. 10 août 2020 à 18:06, Thibaud Kloczko a écrit : > Hi Johan ! > > Tomorrow between 12:45 and 14:30 ? > > BTW, I did...

@tdegeus as @JohanMabille said the `xcsr_container` implements all the common methods which means the `size`, `dimension`, ... and the `reshape`, `resize` and access operator. `xcsr_array` and `xcsr_tensor` define the storage...

@tdegeus I don't know if you had time to make progress in the implementation of CSR format. I wrote a data structure to be able to manage the COO and...

The `pos` and `coord` arrays have exactly the same rule given in this [article](https://arxiv.org/pdf/1804.10112.pdf) mentioned by @JohanMabille in this issue https://github.com/xtensor-stack/xtensor-sparse/issues/21. And the examples given in the main function are...

- [Sparse tensor benchmarks](https://gitlab.com/tensorworld/pasta) - [ExTensor: An accelerator for sparse tensor algebra](https://experts.illinois.edu/en/publications/extensor-an-accelerator-for-sparse-tensor-algebra) - [Article about sparse tensor on emerging architectures](https://arxiv.org/pdf/1809.09175.pdf)

Thanks @hameerabbasi ! This list of articles will be very useful for our choice in the implementation of several sparse algorithms.

if I've read everything correctly, splitting definitions and declarations will mean that HighFive will no longer be a header-only library, right? Why this choice? Do you have a date for...