Federico Andres Lois

Results 16 comments of Federico Andres Lois

We implemented lots of POCs with Intrinsics at RavenDB. There are a few instructions that are not available yet for AVX/AVX2 (and won't be for 2.1 AFAIK), but the code...

The question still is why would someone would want to do Deep Learning on the CPU instead of on a GPU when there is specialized support on several dedicated libraries...

I was actually thinking about those lines, but even if that is not the case, many of the BLAS/LAPACK operations are not exposed through the Matrix/Vector. They are useful because...

I don't do research, there is probably a lot of things to do to achieve something worth publishing. Just letting you know that it shows promising result in my limited...

Sorry, I would really like but I am under NDA for this stuff. What I can say (which is general enough) is that even though the source data is very...

Standard examples show how to do that. There is no difference between the current and this one. I use #52 for dataset size reasons though, but for the rest is...

#52 is a pytorch dataset class.

> We need to think about how we can handle sorting on dynamic fields. But first, I think we need to wire dynamic fields from RavenDB and see how that...

No, was working on something else and totally forgot to come back checking on the results of this one.

Optimization of the EnumerableWriterScope to use less managed memory and avoid some memory copies. ![image](https://user-images.githubusercontent.com/1045411/183529503-8c451399-0e69-4919-b302-e7f4d7861be5.png)