Julian Knodt

Results 42 issues of Julian Knodt

I've been running an application in WSL, and have found that as I pass more and more CLI arguments, it will cause an unrelated portion of my app to crash....

I would like to be able encode images in the DDS file format. There are few existing implementations that do this, but currently decoding is supported. My specific use case...

A larger change was proposed in #1599, but this is intended to fix #1882 precisely. It adds extra trait implementations to `Pixels`, and removes the allocation while keeping the API...

I was hoping to learn how to write rust-gpu shaders, so I was going through the tutorial, and have to run the CPU version on my old mac air. I...

t: enhancement

This allows a sparse matrix to be used for efficient solving with a dense LU decomposition. It generally follows lectures from Tim Davis https://www.youtube.com/watch?v=wiL_jIuENkk&ab_channel=TimDavis (Lectures 1-3), and implements a basic...

There were some inefficient allocations, and TODOs, this resolves them, and adds some comments making it more clear why the code works as it does.

![image](https://github.com/jeanfeydy/geomloss/assets/7675847/0ae84e09-c265-4f17-ab13-1edbebb798fb) While using GeomLoss, I found that `LazyTensor` was not defined in sinkhorn samples (in rare cases). It's not always hit, but occasionally it is. Trying to run `import pykeops.torch`:...

Hi, I was using your code as a reference implementation for symmetric dirichlet energy, and noticed that the denominator was not squared. I think this is an error in the...

Not sure if these docs entirely make sense, but hopefully they introduce some concepts to newer users from rust who want to use GPU.

Fixes #1061 Thanks to LegNeato for pointing out what was wrong