Marvin Gießing

Results 40 comments of Marvin Gießing

@bigPYJ1151 Are you planning to support AVX/AVX2 to enable a broader range of Intel/x86 CPUs?

Thank you for having a look - this also happened on my Mac M1 with a more recent ORT version (v1.17.1) and also with a different model (deepset/roberta-base-squad2)

Thanks for having a look at that :) I'll try to open a request starting next week to address that issue!

@lizan I've updated the PR accordingly - can you have another check? :) Thanks!

Hi @hauntsaninja ! I've seen you reviewed other PRs so I hope it's fine if I tag you here! May I ask whether you had the time to review this...

Not 100% sure, but I guess we have a similar issue to what is describe here https://github.com/dealii/dealii/issues/7328#issuecomment-429466699 and the reason here: https://github.com/dealii/dealii/issues/7328#issuecomment-444507314 Using `-DNO_WARN_X86_INTRINSICS` should translate Intel intrinsic code to...

Hi, I created a quick PR #1316 following the aarch64 design pattern. Just did a quick test on an AC922 with V100 GPUs doing int4 inference and seems to work

Based on this issue https://github.com/bblanchon/pdfium-binaries/issues/82 I saw in my `sysroot.../libc6/DEBIAN/symbols` I also got too recent symbols for 2.27 & 2.29 - I just don't know how to proper process of...

Thank you! It can be cross-compiled on an x86_64 system - I have a AlmaLinux8.9 and tried it manually using: ```bash dnf install -y git podman mkdir -p $HOME/git &&...

Yeah, I have an open PR at google chromium on how to do that for ppc64le: https://chromium-review.googlesource.com/c/chromium/src/+/6216147 https://chromium-review.googlesource.com/c/chromium/src/+/6216147/1/tools/clang/scripts/build.py I built it directly on a ppc64le system, but pdfium itself via...