LifeIsStrange
LifeIsStrange
Hi @DoodleJZ I saw that you did the experiment with XLnet, had very successful results and that you merged your results on NLP-progress! ( https://github.com/sebastianruder/NLP-progress/commit/18b8b852d0ae9f084c355488b1cc5868db912630 ) Please, let's not stop...
Solving this would allow bigflow to be part of the github reference for scalability, https://github.com/binhnguyennus/awesome-scalability/issues/4#issuecomment-360644982
Well you could use https://en.m.wikipedia.org/wiki/Ccache for massively speeding up the builds, or the mozilla fork (which support rust too) https://github.com/mozilla/sscache. You could also in complement, use the meson build system...
Zooming on a video has many use cases, it allow to better see détails. For exemple if I see a paint, I could zoom for seeing a beautiful thing too...
Friendly ping @nfischer Since chromium use LTO and PGO, leveraging BOLT would be the next logical step for improving end users performance of the web
*x86-64/AMD64 calling convention is quite efficient as it's good at utilizing registers for argument passing and for return values . * I doubt that it use registers for floats/doubles/vectors/composite types...
@maksfb any update? How could one use BOLT with Java? It would allow a performance improvement for most servers in the world and for every Android applications too!
@takhandipu while very interesting (and definitely should potentially become common practice), IF I understand correctly, you optimized the JVM C++ binary, and not the runtime assembly outputed by the JIT?...
Yes that is why I was referring to graalVM native AOT java binaries that in theory should be boltable. Btw since you work at Facebook I'd like to show you...
@ZahraHeydari95 I'm not sure I've never done it before. @takhandipu was not talking about openjdk but about the sibling project graalvm He stated the package name: graalvm-ce-java8-linux-amd64-20.1.0 Once you have...