ut-padas / rchol

directory for randomized cholesky
Other
17 stars 4 forks source link

Non-Laplace Matrices #2

Open tunnellm opened 1 year ago

tunnellm commented 1 year ago

I am able to get the Python bindings working just fine but am not able to compile the C++ as-is. I am attempting to compile with Ubuntu on a computer with an Intel CPU.

Do you have Python bindings for non-laplace matrices that can be released?

Has anyone been able to get the C++ working recently? Would it be possible to see a minimum working example for a matrix that is not Laplace?

Edit: I am assuming that the above is the issue. When running the Python implementation on an SPD matrix, it will randomly fail with an accessing out of bounds error. Could something else be going wrong? I am running it with a single thread.

rileyjmurray commented 1 month ago

I'm trying to get the C++ code to work. No progress on Intel machines for now, but I'll follow up once I have something.