home.social

#avx — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #avx, aggregated by home.social.

  1. Terrible moment to learn that #Bonfire, the up-and-coming #ActivityPub implementation, apparently has a hard dependency on #AVX instructions that my home server's chipset physically lacks. I'd have to spend upwards of $400 just to replace my server in order to test it, sigh... @Bonfire
  2. AMD Ryzen 10000 “Olympic Ridge” to Debut with 6/8/10/12/16/20/24-Core “Zen 6” SKUs

    AMD’s next-generation desktop Ryzen 10000 series “Olym…
    #NewsBeep #News #Technology #10000 #2nm #6/8/10/12/16/20/24-core #AMD #avx-512 #ccd #Debut #Flagship #GB #https://www.techpowerup.com/346560/amd-ryzen-10000-olympic-ridge-to-debut-with-6-8-10-12-16-20-24-core-zen-6-skus #olympic #olympicridge #ridge #ryzen #ryzen10000 #skus #TSMC #UK #UnitedKingdom #v-cache #x86 #zen #zen6
    newsbeep.com/uk/435117/

  3. Ускорение вычислений в алгоритме DRS-виртуализации через векторизацию

    Переписать решение с Python на Go и получить ускорение в 35 раз — звучит приятно. Но можно ведь пойти дальше, вспомнить о возможностях современных процессоров и увеличить отрыв Go до 200 раз! Статья написана по мотивам доклада для

    habr.com/ru/companies/oleg-bun

    #avx #avx2 #avx512 #бэкенд #разработка #go #golang #phyton #ускорение #ускорение_кода

  4. Ускорение вычислений в алгоритме DRS-виртуализации через векторизацию

    Переписать решение с Python на Go и получить ускорение в 35 раз — звучит приятно. Но можно ведь пойти дальше, вспомнить о возможностях современных процессоров и увеличить отрыв Go до 200 раз! Статья написана по мотивам доклада для

    habr.com/ru/companies/oleg-bun

    #avx #avx2 #avx512 #бэкенд #разработка #go #golang #phyton #ускорение #ускорение_кода

  5. Ускорение вычислений в алгоритме DRS-виртуализации через векторизацию

    Переписать решение с Python на Go и получить ускорение в 35 раз — звучит приятно. Но можно ведь пойти дальше, вспомнить о возможностях современных процессоров и увеличить отрыв Go до 200 раз! Статья написана по мотивам доклада для

    habr.com/ru/companies/oleg-bun

    #avx #avx2 #avx512 #бэкенд #разработка #go #golang #phyton #ускорение #ускорение_кода

  6. Ускорение вычислений в алгоритме DRS-виртуализации через векторизацию

    Переписать решение с Python на Go и получить ускорение в 35 раз — звучит приятно. Но можно ведь пойти дальше, вспомнить о возможностях современных процессоров и увеличить отрыв Go до 200 раз! Статья написана по мотивам доклада для

    habr.com/ru/companies/oleg-bun

    #avx #avx2 #avx512 #бэкенд #разработка #go #golang #phyton #ускорение #ускорение_кода

  7. SIMD – neboli Single Instruction, Multiple Data – znamená, že procesor může jednou instrukcí zpracovat více datových prvků najednou. Typicky to znamená, že místo sčítání dvou čísel přičtete dvě sady čísel paralelně. To může přinést výrazné zrychlení například při zpracování obrazu, audia nebo numerických výpočtů.

    Pokud již SIMD znáte, tato tabulka je vše, co budete potřebovat. A pokud s SIMD teprve začínáte, tabulku pochopíte do konce tohoto článku

    https://zdrojak.cz/clanky/stav-simd-v-rustu-v-roce-2025/

  8. SIMD на x86 — чудовище Франкенштейна?

    Общее количество всех команд во всех этих расширениях — 1342 инструкции ! От комментариев воздержусь, оставлю эту привилегию читателю )) При этом SIMD на RiscV очень хвалят, как очень продуманный, минималистичный, при этом мощный и выразительный: youtube.com/watch?v=lwIBp6cc-H

    habr.com/ru/articles/913586/

    #simd #x86 #mmx #avx #avx2

  9. I had struggles with the #Dovecot 2.4.0 update, because of the completely changed config spec (fedi reported).

    Guess what, the update from 2.4.0 to 2.4.1 broke it again.
    This time, because there popped up a new CFLAG in the build script, requiring the CPU to have #AVX suppport.

    Well, my servers CPU is a Dual-Core Pentium G3220 _not_ knowing this extension 😬

  10. For each version, I did the following:
    ```
    Stop Unifi network application
    Backup the database
    mongodump --archive=unifi.archive --db=unifi
    mongodump --archive=unifi_stat.archive --db=unifi_stat
    Stop MongoDB
    Upgrade the Docker image version to n
    Start MongoDB container
    Start Unifi network application
    Tests
    Connect to Mongodb and set the feature compatibility version to n
    ```
    mongodb.com/docs/manual/releas

    This went fine until I tried to upgrade to 4.4.29. The MongoDb container was not starting.
    Earlier, I had a warning but for an upper version "WARNING: MongoDB 5.0+ requires a CPU with #AVX support, and your current system does not appear to have that!"

    3/n

  11. If you work with SIMD and wonder how it looks on the other architectures then VectorCamp has launched website which helps.

    On simd.info/ you can look which intrinsics are available on Arm, Power and x86-64 (RISC-V RVV will be there too). Compare them etc.

    There is a search function, tree of operations and links to the official documentation.

    #simd #neon #avx #sve #vsx #sse

  12. LETS GOOOOO

    #Intel listened! No more ambiguity, no more questioning, 128 bit only implementations are no longer valid for #AVX10!

    A massive thanks to the Intel ISA folks!

    And a major thanks to @chipsandcheese for giving me a platform to express my concerns on the spec!

    For those wanting to read the updated spec, it’s here: cdrdv2.intel.com/v1/dl/getCont

    And for those interested in the article asking for this, it’s available here: chipsandcheese.com/2023/10/11/

    #HPC #AVX #x86 #x86_64

  13. #PaleMoon will be requiring #AVX support in CPUs for its official binaries starting from version 33.3.0, which can be expected to release on the second Tuesday of this August.

    For those still stuck with #SSE2 you will either have to upgrade your processor to something more recent (AVX support has been commonly available for 10 years now) or switch to a community build that still builds support for SSE2.

    forum.palemoon.org/viewtopic.p

    EDIT: Oh and I forgot to mention too that this is only for 64-bit. 32-bit Windows binaries will still support SSE2 (there are not 32-bit only processors that supports AVX as far as I know anyway, and even if there are it would most likely result in worse performance due to how 32-bit x86 and AVX work)

  14. Ускоряем JS до предела C

    В этой статье я попробую заглянуть за пределы возможностей языка JavaScript и оценить, как производительность может существенно различаться при написании выразительного, декларативного и лаконичного кода по сравнению с оптимизированным. На примере функции, определяющей, является ли строка палиндромом, я покажу несколько вариантов решения задачи с замерами времени на исполнение. Затем напишу модуль на C, который буду вызывать наряду с методами на JavaScript для замера скорости. Проведу низкоуровневые оптимизации. Все это стало возможно благодаря развитию ИИ. Ниже представлен код, который удовлетворит требованиям большинства интервью. К стыду своему, я забыл, как писать регулярные выражения, чтобы удалить все, кроме букв и чисел. ссылка на репозиторий .

    habr.com/ru/articles/827846/

    #js #c #avx #node #задачки #оптимизация #производительность

  15. Ускоряем JS до предела C

    В этой статье я попробую заглянуть за пределы возможностей языка JavaScript и оценить, как производительность может существенно различаться при написании выразительного, декларативного и лаконичного кода по сравнению с оптимизированным. На примере функции, определяющей, является ли строка палиндромом, я покажу несколько вариантов решения задачи с замерами времени на исполнение. Затем напишу модуль на C, который буду вызывать наряду с методами на JavaScript для замера скорости. Проведу низкоуровневые оптимизации. Все это стало возможно благодаря развитию ИИ. Ниже представлен код, который удовлетворит требованиям большинства интервью. К стыду своему, я забыл, как писать регулярные выражения, чтобы удалить все, кроме букв и чисел. ссылка на репозиторий .

    habr.com/ru/articles/827846/

    #js #c #avx #node #задачки #оптимизация #производительность

  16. Ускоряем JS до предела C

    В этой статье я попробую заглянуть за пределы возможностей языка JavaScript и оценить, как производительность может существенно различаться при написании выразительного, декларативного и лаконичного кода по сравнению с оптимизированным. На примере функции, определяющей, является ли строка палиндромом, я покажу несколько вариантов решения задачи с замерами времени на исполнение. Затем напишу модуль на C, который буду вызывать наряду с методами на JavaScript для замера скорости. Проведу низкоуровневые оптимизации. Все это стало возможно благодаря развитию ИИ. Ниже представлен код, который удовлетворит требованиям большинства интервью. К стыду своему, я забыл, как писать регулярные выражения, чтобы удалить все, кроме букв и чисел. ссылка на репозиторий .

    habr.com/ru/articles/827846/

    #js #c #avx #node #задачки #оптимизация #производительность

  17. Llego al ecuador de #ageofultron donde la liaron en #avx o en #BattleoftheAtom xo aquí no tiene pinta de caer: #bendis solo al volante sabiendo que tiene a #bryanhitch a los lápices saca lo mejor del dibujante en una historia que podria pasar x película (#ultimates vibes).
    Eso si, que #hitch deje de AlanDavisear en las portadas y haga lo q es lo suyo 😜

  18. Llego al ecuador de #ageofultron donde la liaron en #avx o en #BattleoftheAtom xo aquí no tiene pinta de caer: #bendis solo al volante sabiendo que tiene a #bryanhitch a los lápices saca lo mejor del dibujante en una historia que podria pasar x película (#ultimates vibes).
    Eso si, que #hitch deje de AlanDavisear en las portadas y haga lo q es lo suyo 😜

  19. 2 dias sin leer #allnewxmen y tengo muuuuucho mono! Lo q me engancha las historias de #bendis no es ni medio normal 🤣🤣
    Q poco me interesan los vengadores de esa epoca post #avx (y por ende post bendis😇)y el hype x las nubes q tengo con los mutantes! 🤯
    Q gracia me hizo el comic con Scott y Bobby de ligoteo.
    Ahora me toca crossover gordo con #BattleoftheAtom a ver q tal.

  20. 2 dias sin leer #allnewxmen y tengo muuuuucho mono! Lo q me engancha las historias de #bendis no es ni medio normal 🤣🤣
    Q poco me interesan los vengadores de esa epoca post #avx (y por ende post bendis😇)y el hype x las nubes q tengo con los mutantes! 🤯
    Q gracia me hizo el comic con Scott y Bobby de ligoteo.
    Ahora me toca crossover gordo con #BattleoftheAtom a ver q tal.

  21. 095 - Avengers vs. X-Men #1 (4/4/2012)

    Wolverine has switched sides since the last time these two teams fought in a miniseries.

    Cover by Jim Cheung. Interiors by Brian Michael Benis & John Romita Jr.

    #WolverineADay #Wolverine50 #Xmen #Wolverine #AvX

  22. Today I spent some time to migrate one of my #Cloudrons, as the machine did not have support for #AVX and was therefore running behind the latest box updates.

    Since I am doing my Cloudron backups with autorestic, I documented my steps for regular backups and how to best perform a restore.

    blog.9wd.eu/posts/restic-autor

    #howto #hetzner #storagebox #restic

  23. @cloudron

    ❓ Fragen an das Cloudron-Team...

    Konnte #cloudron nicht installieren, mit der Begründung, dass meine CPU nicht #avx unterstützt.

    Jetzt wurde ich überrascht, da sogar mein (baugleicher) PC, der mit Cloudron erfolgreich im produktiven Einsatz läuft, ebenfalls die Fehlermeldung bekommt.

    Habe nur mal schnell die Festplatte getauscht.

    v7.5.2 (Ubuntu 22.04.4 LTS)

    ➡️ Frage 01:

    Kann ich die Hardware trotz der avx-Meldung für Cloudron nutzen?

    ➡️ Frage 02:

    Gibt es einen Trick?

  24. 055 - X-Men vs. The Avengers #3 (2/24/1987)

    The first time the A's v-ed the X's in miniseries form.

    Cover by Marc Silvestri & Josef Rubinstein. Interiors by Roger Stern & Silvestri.

    #WolverineADay #Wolverine50 #Xmen #Wolverine #AvX

  25. #RedHat Evaluating x86-64-v3 Requirement For #RHEL10
    #RHEL 9 requires #x86_64_v2 while for Red Hat #EnterpriseLinux 10 they are looking at upping things to #x86_64_v3 that would basically mandate #Intel and #AMD #CPU with #AVX/#AVX2 support. This roughly translates to Haswell era processors or AMD Excavator era CPUs and newer. Plus x86-64-v3 also mandates FMA, VEX encoding, and others that can potentially help with performance when able to unconditionally target x86-64-v3
    phoronix.com/news/RedHat-RHEL1

  26. #RedHat Evaluating x86-64-v3 Requirement For #RHEL10
    #RHEL 9 requires #x86_64_v2 while for Red Hat #EnterpriseLinux 10 they are looking at upping things to #x86_64_v3 that would basically mandate #Intel and #AMD #CPU with #AVX/#AVX2 support. This roughly translates to Haswell era processors or AMD Excavator era CPUs and newer. Plus x86-64-v3 also mandates FMA, VEX encoding, and others that can potentially help with performance when able to unconditionally target x86-64-v3
    phoronix.com/news/RedHat-RHEL1

  27. Evaluating x86-64-v3 Requirement For
    9 requires while for Red Hat 10 they are looking at upping things to that would basically mandate and with /#AVX2 support. This roughly translates to Haswell era processors or AMD Excavator era CPUs and newer. Plus x86-64-v3 also mandates FMA, VEX encoding, and others that can potentially help with performance when able to unconditionally target x86-64-v3
    phoronix.com/news/RedHat-RHEL1

  28. #RedHat Evaluating x86-64-v3 Requirement For #RHEL10
    #RHEL 9 requires #x86_64_v2 while for Red Hat #EnterpriseLinux 10 they are looking at upping things to #x86_64_v3 that would basically mandate #Intel and #AMD #CPU with #AVX/#AVX2 support. This roughly translates to Haswell era processors or AMD Excavator era CPUs and newer. Plus x86-64-v3 also mandates FMA, VEX encoding, and others that can potentially help with performance when able to unconditionally target x86-64-v3
    phoronix.com/news/RedHat-RHEL1

  29. #RedHat Evaluating x86-64-v3 Requirement For #RHEL10
    #RHEL 9 requires #x86_64_v2 while for Red Hat #EnterpriseLinux 10 they are looking at upping things to #x86_64_v3 that would basically mandate #Intel and #AMD #CPU with #AVX/#AVX2 support. This roughly translates to Haswell era processors or AMD Excavator era CPUs and newer. Plus x86-64-v3 also mandates FMA, VEX encoding, and others that can potentially help with performance when able to unconditionally target x86-64-v3
    phoronix.com/news/RedHat-RHEL1

  30. Hi friends! Very excited to announce that I'll be giving an @easybuild Tech Talk on the 13th of October on #AVX10!

    The Talk is titled "AVX10 for HPC:
    A reasonable solution to the 7 levels of AVX-512 folly"

    Registration is free, all #x86, #AVX, #AVX512, #SIMD, and #HPC experience levels welcome!

    The page is here: easybuild.io/tech-talks/008_av

    And you can register here! event.ugent.be/registration/eb

  31. Working with Intel AVX, and trying to speed up some astrophotography stuff… #intel #assembly #avx #astrophotography