Sergio Sánchez Ramírez

Results 31 comments of Sergio Sánchez Ramírez

I found [nokhwa](https://github.com/l1npengtul/nokhwa), that seems to tick some of the desired features. The library basically unifies multiple backends (Video4Linux, libuvc, OpenCV, GStreamer, ...) into a common API. MSMF (Windows) &...

Please, close this PR as I changed the package name as suggested to `OptimizedEinsum`. Continue in #65494.

any news on this? any way i can help?

@wesselb it works now with the call to `ptype`! thanks

> We've just upgrade to LLVM 16, 1 or 2 weeks ago (#51720). That was a long trip, so good luck. Yes, I know. I was invited by @gbaraldi and...

@gbaraldi would you mind checking 66c13ace24043e3e88b0e9c5f1cd3f5ea21a5cfb?

I just found out https://github.com/llvm/llvm-project/blob/23b233c8adad5b81e185e50d04356fab64c2f870/llvm/docs/OpaquePointers.rst#migration-instructions The following commits might not be completely correct: - 328ca1a28a45b26725214d8ac33d6127ee7d6867 - 439f3f155dc2c6ced42bdf7813226b9f50cac142 - 8f31fba29b06b91d573771db16882bc5cc1b0a47 - 43c10291fe7aedca65b8917bde4eab037b489f0d If we revise these commits and fix the remaining...

> @mofeing thank you for your work! One note from my side is that we aim to support the lastest LLVM version used by the latest Julia release for 1.10...

I managed to fix the build for `i686`! There are just 2 build errors remaining: - FIXED ~~This one appears in assert builds (`x86_64-linux-gnuassert` and `powerpc64le-linux-gnuassert`) and `llvmpasses`:~~ ```make julia:...

@gbaraldi the segmentation fault in `ccall` test seems to come from `llvm::MemCpyOptPass::processMemCpy`. Maybe related to https://github.com/llvm/llvm-project/issues/71183? EDIT: I've narrowed down which commit solves this (in trunk, llvm/llvm-project#71183) and seems like...