Dima Kogan
Dima Kogan
Hi. In my case x is definitely dense. But I was hoping I could still get a much faster solve because - b is very sparse - I don't need...
Yes... That is absolutely correct, and should work ok. Thanks for the suggestion! I think once I discovered this "bug", I lost faith that I understood what cholmod was doing,...
Hi. I worked on this a bit just now, and have another related question if that's ok. Before using Bset, I could make my computation much faster by solving `L...
So to answer my own question, this is possible, but - `cholmod_solve2()` would need to return `Yset` to indicate the sparsity pattern of `L \ b`. Currently `Yset` is computed...
OK... sysdig has supported 32-bit architectures since the start (2014?). Are you telling me that this support has been officially dropped? It has worked just fine at least on armhf...
Federico Di Pierro ***@***.***> writes: > sysdig has supported 32-bit architectures since the start (2014?). > > This is a news for me; for example, arm64 support came late 2022...
Here's an even better link: https://github.com/draios/sysdig/issues/41
Hi. Thanks for replying. I'm not clear on the next step though. To get this fixed in Debian, should I wait for you to patch it? I can also play...
OK. I'll look at it. I took a glance at the docs, and I see the 3 different drivers. Can you say a few words about the pros/cons of each?...
Thanks for that patch. I tried it: it was necessary, but not nearly sufficient. You also need at least these: - https://salsa.debian.org/debian/falcosecurity-libs/-/blob/master/debian/patches/bug-fix-added-missing-semicolon.patch - https://salsa.debian.org/debian/falcosecurity-libs/-/blob/master/debian/patches/fix-build-duplicate-socket-definitions.patch - https://salsa.debian.org/debian/falcosecurity-libs/-/blob/master/debian/patches/fixed-mips-build.patch I just uploaded -4...