Laurent Mazare

Results 15 issues of Laurent Mazare

The current `utf8` columns are limited to 4GB of total content as the offset use 32 bits. The [spec](https://arrow.apache.org/docs/format/CDataInterface.html) also has a `U` format for large utf8 strings which would...

This is only available in cargo 1.50 and in nightly mode at the moment. This can be tried out via: ```bash cargo +nightly run --example basics -Zextra-link-arg --verbose ```

This adds some basic support for cuda streams #234. Note that this has not been tested yet and is even unlikely to compile as I don't have access to a...

Run some training example on the whole ImageNet dataset. There may be some performance implications, e.g. loading images should be done in parallel.

The current tensor type is `Tensor.t`. However tensors can embed multiple kind of elements and calling a function like `to_float0_exn` on a tensor containing integers is likely to raise. We...

PyTorch 1.13 is planned to be released on 2022-10-27, this PR updates `tch-rs` to work with this version. As with previous PyTorch version updates, this breaks compatibility with previous versions.

This is similar to #330 but the idea is to enforce the proper link flags on the final binaries. This will only work for the binaries/examples/tests from the `tch` crate...

**Problem** I'm trying to bundle some data file in a dioxus app but when trying to access the file I get some file not found error. Not sure if this...

cli
mobile

As mentioned in #41 it would be nice to have support for half precision matmul (especially when using mkl). This PR adds it and goes together with https://github.com/blas-lapack-rs/blas-sys/pull/21 on the...

Thanks for these great blas bindings, these are super convenient. Apologies if f16/bf16 support has been mentioned in the past, I haven't found any related issue. Do you think it...